Color Hex Logo

#c00fae Color Hex

#C00FAE
(192,15,174)
0 Favorites   0 Comments

Color spaces of #c00fae

RGB 19215174
HSL0.850.860.41
HSV306°92°75°
CMYK 0.000.920.09   0.25
XYZ29.549014.604141.3059
Yxy14.60410.34580.1709
Hunter Lab38.215371.1437-37.3342
CIE-Lab45.087175.4114-39.4592

#c00fae color RGB value is (192,15,174).

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

The process color (four color CMYK) of #c00fae color hex is 0.00, 0.92, 0.09, 0.25. Web safe color of #c00fae is #cc0099. Color #c00fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 10101110
Octal 300 17 256
Decimal 192 15 174
Hex C0 F AE

RGB Percentages of Color #c00fae

%50.39
%3.94
%45.67

CMYK Percentages of Color #c00fae

%0
%92
%9
%25

Triadic Colors of #c00fae

#c00fae #aec00f #0faec0

Analogous Colors of #c00fae

#c00fae #c00f55 #7a0fc0

Monochromatic Colors of #c00fae

#c00fae

Complementary Color

#c00fae #0fc021

#c00fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fae Color CSS Codes

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

#c00fae Text Font Color

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

This sample text font color is #c00fae
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.


#c00fae Background Color

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

This div background color is #c00fae


#c00fae Border Color

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

This div border color is #c00fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c00fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fae


Comments

No comments written yet.

Please login to write comment.