Color Hex Logo

#c06cca Color Hex

#C06CCA
(192,108,202)
0 Favorites   0 Comments

Color spaces of #c06cca

RGB 192108202
HSL0.820.470.61
HSV294°47°79°
CMYK 0.050.470.00   0.21
XYZ37.761526.195958.9432
Yxy26.19590.30730.2131
Hunter Lab51.181942.1271-32.4534
CIE-Lab58.222547.6455-35.0302

#c06cca color RGB value is (192,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11001010
Octal 300 154 312
Decimal 192 108 202
Hex C0 6C CA

RGB Percentages of Color #c06cca

%38.25
%21.51
%40.24

CMYK Percentages of Color #c06cca

%5
%47
%0
%21

Triadic Colors of #c06cca

#c06cca #cac06c #6ccac0

Analogous Colors of #c06cca

#c06cca #ca6ca5 #916cca

Monochromatic Colors of #c06cca

#c06cca

Complementary Color

#c06cca #76ca6c

#c06cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cca Color CSS Codes

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

#c06cca Text Font Color

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

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


#c06cca Background Color

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

This div background color is #c06cca


#c06cca Border Color

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

This div border color is #c06cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cca


Comments

No comments written yet.

Please login to write comment.