Color Hex Logo

#c05cca Color Hex

#C05CCA
(192,92,202)
0 Favorites   0 Comments

Color spaces of #c05cca

RGB 19292202
HSL0.820.510.58
HSV295°54°79°
CMYK 0.050.540.00   0.21
XYZ36.226023.125058.4314
Yxy23.12500.30760.1963
Hunter Lab48.088550.3128-38.3803
CIE-Lab55.200955.6186-39.7669

#c05cca color RGB value is (192,92,202).

#c05cca hex color red value is 192, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c05cca hue: 0.82 , saturation: 0.51 and the lightness value of c05cca is 0.58.

The process color (four color CMYK) of #c05cca color hex is 0.05, 0.54, 0.00, 0.21. Web safe color of #c05cca is #cc66cc. Color #c05cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11001010
Octal 300 134 312
Decimal 192 92 202
Hex C0 5C CA

RGB Percentages of Color #c05cca

%39.51
%18.93
%41.56

CMYK Percentages of Color #c05cca

%5
%54
%0
%21

Triadic Colors of #c05cca

#c05cca #cac05c #5ccac0

Analogous Colors of #c05cca

#c05cca #ca5c9d #895cca

Monochromatic Colors of #c05cca

#c05cca

Complementary Color

#c05cca #66ca5c

#c05cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cca Color CSS Codes

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

#c05cca Text Font Color

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

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


#c05cca Background Color

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

This div background color is #c05cca


#c05cca Border Color

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

This div border color is #c05cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,92,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cca


Comments

No comments written yet.

Please login to write comment.