Color Hex Logo

#c05cae Color Hex

#C05CAE
(192,92,174)
0 Favorites   0 Comments

Color spaces of #c05cae

RGB 19292174
HSL0.860.440.56
HSV311°52°75°
CMYK 0.000.520.09   0.25
XYZ33.205421.916842.5246
Yxy21.91680.34010.2244
Hunter Lab46.815444.6803-21.0851
CIE-Lab53.938650.6897-25.6081

#c05cae color RGB value is (192,92,174).

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

The process color (four color CMYK) of #c05cae color hex is 0.00, 0.52, 0.09, 0.25. Web safe color of #c05cae is #cc6699. Color #c05cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 10101110
Octal 300 134 256
Decimal 192 92 174
Hex C0 5C AE

RGB Percentages of Color #c05cae

%41.92
%20.09
%37.99

CMYK Percentages of Color #c05cae

%0
%52
%9
%25

Triadic Colors of #c05cae

#c05cae #aec05c #5caec0

Analogous Colors of #c05cae

#c05cae #c05c7c #a05cc0

Monochromatic Colors of #c05cae

#c05cae

Complementary Color

#c05cae #5cc06e

#c05cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cae Color CSS Codes

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

#c05cae Text Font Color

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

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


#c05cae Background Color

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

This div background color is #c05cae


#c05cae Border Color

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

This div border color is #c05cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cae


Comments

No comments written yet.

Please login to write comment.