Color Hex Logo

#c960de Color Hex

#C960DE
(201,96,222)
0 Favorites   0 Comments

Color spaces of #c960de

RGB 20196222
HSL0.810.660.62
HSV290°57°87°
CMYK 0.090.570.00   0.13
XYZ41.455126.057271.9519
Yxy26.05720.29720.1868
Hunter Lab51.046355.6304-47.8394
CIE-Lab58.091359.8248-46.4601

#c960de color RGB value is (201,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11011110
Octal 311 140 336
Decimal 201 96 222
Hex C9 60 DE

RGB Percentages of Color #c960de

%38.73
%18.50
%42.77

CMYK Percentages of Color #c960de

%9
%57
%0
%13

Triadic Colors of #c960de

#c960de #dec960 #60dec9

Analogous Colors of #c960de

#c960de #de60b4 #8a60de

Monochromatic Colors of #c960de

#c960de

Complementary Color

#c960de #75de60

#c960de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960de Color CSS Codes

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

#c960de Text Font Color

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

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


#c960de Background Color

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

This div background color is #c960de


#c960de Border Color

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

This div border color is #c960de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960de


Comments

No comments written yet.

Please login to write comment.