Color Hex Logo

#c50fae Color Hex

#C50FAE
(197,15,174)
0 Favorites   0 Comments

Color spaces of #c50fae

RGB 19715174
HSL0.850.860.42
HSV308°92°77°
CMYK 0.000.920.12   0.23
XYZ30.836815.268041.3661
Yxy15.26800.35250.1745
Hunter Lab39.074372.4893-35.4155
CIE-Lab45.999176.3312-37.9571

#c50fae color RGB value is (197,15,174).

#c50fae hex color red value is 197, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c50fae hue: 0.85 , saturation: 0.86 and the lightness value of c50fae is 0.42.

The process color (four color CMYK) of #c50fae color hex is 0.00, 0.92, 0.12, 0.23. Web safe color of #c50fae is #cc0099. Color #c50fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 10101110
Octal 305 17 256
Decimal 197 15 174
Hex C5 F AE

RGB Percentages of Color #c50fae

%51.04
%3.89
%45.08

CMYK Percentages of Color #c50fae

%0
%92
%12
%23

Triadic Colors of #c50fae

#c50fae #aec50f #0faec5

Analogous Colors of #c50fae

#c50fae #c50f53 #810fc5

Monochromatic Colors of #c50fae

#c50fae

Complementary Color

#c50fae #0fc526

#c50fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fae Color CSS Codes

.mybgcolor {background-color:#c50fae; } 
.myforecolor {color:#c50fae; }
.mybordercolor {border:3px solid #c50fae; }

#c50fae Text Font Color

<p style="color:#c50fae">Text here</p>

This sample text font color is #c50fae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c50fae Background Color

<div style="background-color:#c50fae">
Div content here</div>

This div background color is #c50fae


#c50fae Border Color

<div style="border:3px solid #c50fae">
Div here</div>

This div border color is #c50fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,15,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c50fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c50fae;
  -webkit-box-shadow: 1px 1px 3px 2px #c50fae;
  box-shadow:         1px 1px 3px 2px #c50fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,15,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c50fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c50fae;
  -webkit-box-shadow: 1px 1px 3px 2px #c50fae;
  box-shadow:         1px 1px 3px 2px #c50fae;">
Div content here</div>

This div box has shadow with color #c50fae


Comments

No comments written yet.

Please login to write comment.