Color Hex Logo

#c06cde Color Hex

#C06CDE
(192,108,222)
0 Favorites   0 Comments

Color spaces of #c06cde

RGB 192108222
HSL0.790.630.65
HSV284°51°87°
CMYK 0.140.510.00   0.13
XYZ40.285627.205572.2351
Yxy27.20550.28830.1947
Hunter Lab52.158946.5887-45.5998
CIE-Lab59.164151.6010-44.8388

#c06cde color RGB value is (192,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11011110
Octal 300 154 336
Decimal 192 108 222
Hex C0 6C DE

RGB Percentages of Color #c06cde

%36.78
%20.69
%42.53

CMYK Percentages of Color #c06cde

%14
%51
%0
%13

Triadic Colors of #c06cde

#c06cde #dec06c #6cdec0

Analogous Colors of #c06cde

#c06cde #de6cc3 #876cde

Monochromatic Colors of #c06cde

#c06cde

Complementary Color

#c06cde #8ade6c

#c06cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cde Color CSS Codes

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

#c06cde Text Font Color

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

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


#c06cde Background Color

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

This div background color is #c06cde


#c06cde Border Color

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

This div border color is #c06cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cde


Comments

No comments written yet.

Please login to write comment.