Color Hex Logo

#c066dd Color Hex

#C066DD
(192,102,221)
0 Favorites   0 Comments

Color spaces of #c066dd

RGB 192102221
HSL0.790.640.63
HSV285°54°87°
CMYK 0.130.540.00   0.13
XYZ39.540725.929771.3275
Yxy25.92970.28900.1895
Hunter Lab50.921249.4944-47.4052
CIE-Lab57.970354.4174-46.1634

#c066dd color RGB value is (192,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 11011101
Octal 300 146 335
Decimal 192 102 221
Hex C0 66 DD

RGB Percentages of Color #c066dd

%37.28
%19.81
%42.91

CMYK Percentages of Color #c066dd

%13
%54
%0
%13

Triadic Colors of #c066dd

#c066dd #ddc066 #66ddc0

Analogous Colors of #c066dd

#c066dd #dd66bf #8566dd

Monochromatic Colors of #c066dd

#c066dd

Complementary Color

#c066dd #83dd66

#c066dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c066dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c066dd Color CSS Codes

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

#c066dd Text Font Color

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

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


#c066dd Background Color

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

This div background color is #c066dd


#c066dd Border Color

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

This div border color is #c066dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c066dd


Comments

No comments written yet.

Please login to write comment.