Color Hex Logo

#c960cd Color Hex

#C960CD
(201,96,205)
0 Favorites   0 Comments

Color spaces of #c960cd

RGB 20196205
HSL0.830.520.59
HSV298°53°80°
CMYK 0.020.530.00   0.20
XYZ39.289725.191060.5492
Yxy25.19100.31420.2015
Hunter Lab50.190651.8979-36.3931
CIE-Lab57.261056.6829-38.1551

#c960cd color RGB value is (201,96,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11001101
Octal 311 140 315
Decimal 201 96 205
Hex C9 60 CD

RGB Percentages of Color #c960cd

%40.04
%19.12
%40.84

CMYK Percentages of Color #c960cd

%2
%53
%0
%20

Triadic Colors of #c960cd

#c960cd #cdc960 #60cdc9

Analogous Colors of #c960cd

#c960cd #cd609b #9360cd

Monochromatic Colors of #c960cd

#c960cd

Complementary Color

#c960cd #64cd60

#c960cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960cd Color CSS Codes

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

#c960cd Text Font Color

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

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


#c960cd Background Color

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

This div background color is #c960cd


#c960cd Border Color

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

This div border color is #c960cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960cd


Comments

No comments written yet.

Please login to write comment.