Color Hex Logo

#c966cd Color Hex

#C966CD
(201,102,205)
0 Favorites   0 Comments

Color spaces of #c966cd

RGB 201102205
HSL0.830.510.60
HSV298°50°80°
CMYK 0.020.500.00   0.20
XYZ39.858226.328060.7387
Yxy26.32800.31400.2074
Hunter Lab51.310848.8647-34.2664
CIE-Lab58.347153.7895-36.4540

#c966cd color RGB value is (201,102,205).

#c966cd hex color red value is 201, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c966cd hue: 0.83 , saturation: 0.51 and the lightness value of c966cd is 0.60.

The process color (four color CMYK) of #c966cd color hex is 0.02, 0.50, 0.00, 0.20. Web safe color of #c966cd is #cc66cc. Color #c966cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11001101
Octal 311 146 315
Decimal 201 102 205
Hex C9 66 CD

RGB Percentages of Color #c966cd

%39.57
%20.08
%40.35

CMYK Percentages of Color #c966cd

%2
%50
%0
%20

Triadic Colors of #c966cd

#c966cd #cdc966 #66cdc9

Analogous Colors of #c966cd

#c966cd #cd669e #9666cd

Monochromatic Colors of #c966cd

#c966cd

Complementary Color

#c966cd #6acd66

#c966cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966cd Color CSS Codes

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

#c966cd Text Font Color

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

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


#c966cd Background Color

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

This div background color is #c966cd


#c966cd Border Color

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

This div border color is #c966cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966cd


Comments

No comments written yet.

Please login to write comment.