Color Hex Logo

#c966db Color Hex

#C966DB
(201,102,219)
0 Favorites   0 Comments

Color spaces of #c966db

RGB 201102219
HSL0.810.620.63
HSV291°53°86°
CMYK 0.080.530.00   0.14
XYZ41.624927.034770.0422
Yxy27.03470.30010.1949
Hunter Lab51.994951.9084-43.4730
CIE-Lab59.006456.3973-43.3272

#c966db color RGB value is (201,102,219).

#c966db hex color red value is 201, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c966db hue: 0.81 , saturation: 0.62 and the lightness value of c966db is 0.63.

The process color (four color CMYK) of #c966db color hex is 0.08, 0.53, 0.00, 0.14. Web safe color of #c966db is #cc66cc. Color #c966db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11011011
Octal 311 146 333
Decimal 201 102 219
Hex C9 66 DB

RGB Percentages of Color #c966db

%38.51
%19.54
%41.95

CMYK Percentages of Color #c966db

%8
%53
%0
%14

Triadic Colors of #c966db

#c966db #dbc966 #66dbc9

Analogous Colors of #c966db

#c966db #db66b3 #8f66db

Monochromatic Colors of #c966db

#c966db

Complementary Color

#c966db #78db66

#c966db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966db Color CSS Codes

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

#c966db Text Font Color

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

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


#c966db Background Color

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

This div background color is #c966db


#c966db Border Color

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

This div border color is #c966db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,102,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966db


Comments

No comments written yet.

Please login to write comment.