Color Hex Logo

#c960dd Color Hex

#C960DD
(201,96,221)
0 Favorites   0 Comments

Color spaces of #c960dd

RGB 20196221
HSL0.810.650.62
HSV290°57°87°
CMYK 0.090.570.00   0.13
XYZ41.321426.003771.2480
Yxy26.00370.29820.1877
Hunter Lab50.993855.4032-47.1436
CIE-Lab58.040659.6354-45.9776

#c960dd color RGB value is (201,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 11011101
Octal 311 140 335
Decimal 201 96 221
Hex C9 60 DD

RGB Percentages of Color #c960dd

%38.80
%18.53
%42.66

CMYK Percentages of Color #c960dd

%9
%57
%0
%13

Triadic Colors of #c960dd

#c960dd #ddc960 #60ddc9

Analogous Colors of #c960dd

#c960dd #dd60b3 #8b60dd

Monochromatic Colors of #c960dd

#c960dd

Complementary Color

#c960dd #74dd60

#c960dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960dd Color CSS Codes

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

#c960dd Text Font Color

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

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


#c960dd Background Color

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

This div background color is #c960dd


#c960dd Border Color

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

This div border color is #c960dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960dd


Comments

No comments written yet.

Please login to write comment.