Color Hex Logo

#c966de Color Hex

#C966DE
(201,102,222)
0 Favorites   0 Comments

Color spaces of #c966de

RGB 201102222
HSL0.800.650.64
HSV290°54°87°
CMYK 0.090.540.00   0.13
XYZ42.023627.194272.1414
Yxy27.19420.29730.1924
Hunter Lab52.148152.5854-45.5179
CIE-Lab59.153756.9712-44.7812

#c966de color RGB value is (201,102,222).

#c966de hex color red value is 201, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c966de hue: 0.80 , saturation: 0.65 and the lightness value of c966de is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11011110
Octal 311 146 336
Decimal 201 102 222
Hex C9 66 DE

RGB Percentages of Color #c966de

%38.29
%19.43
%42.29

CMYK Percentages of Color #c966de

%9
%54
%0
%13

Triadic Colors of #c966de

#c966de #dec966 #66dec9

Analogous Colors of #c966de

#c966de #de66b7 #8d66de

Monochromatic Colors of #c966de

#c966de

Complementary Color

#c966de #7bde66

#c966de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966de Color CSS Codes

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

#c966de Text Font Color

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

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


#c966de Background Color

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

This div background color is #c966de


#c966de Border Color

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

This div border color is #c966de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966de


Comments

No comments written yet.

Please login to write comment.