Color Hex Logo

#c06cdd Color Hex

#C06CDD
(192,108,221)
0 Favorites   0 Comments

Color spaces of #c06cdd

RGB 192108221
HSL0.790.620.65
HSV285°51°87°
CMYK 0.130.510.00   0.13
XYZ40.151927.152071.5312
Yxy27.15200.28920.1956
Hunter Lab52.107646.3563-44.9156
CIE-Lab59.114851.3976-44.3553

#c06cdd color RGB value is (192,108,221).

#c06cdd hex color red value is 192, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c06cdd hue: 0.79 , saturation: 0.62 and the lightness value of c06cdd is 0.65.

The process color (four color CMYK) of #c06cdd color hex is 0.13, 0.51, 0.00, 0.13. Web safe color of #c06cdd is #cc66cc. Color #c06cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11011101
Octal 300 154 335
Decimal 192 108 221
Hex C0 6C DD

RGB Percentages of Color #c06cdd

%36.85
%20.73
%42.42

CMYK Percentages of Color #c06cdd

%13
%51
%0
%13

Triadic Colors of #c06cdd

#c06cdd #ddc06c #6cddc0

Analogous Colors of #c06cdd

#c06cdd #dd6cc2 #886cdd

Monochromatic Colors of #c06cdd

#c06cdd

Complementary Color

#c06cdd #89dd6c

#c06cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cdd Color CSS Codes

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

#c06cdd Text Font Color

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

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


#c06cdd Background Color

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

This div background color is #c06cdd


#c06cdd Border Color

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

This div border color is #c06cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cdd


Comments

No comments written yet.

Please login to write comment.