Color Hex Logo

#d960cb Color Hex

#D960CB
(217,96,203)
0 Favorites   0 Comments

Color spaces of #d960cb

RGB 21796203
HSL0.850.610.61
HSV307°56°85°
CMYK 0.000.560.06   0.15
XYZ43.577627.429359.4975
Yxy27.42930.33390.2102
Hunter Lab52.373056.8704-30.6944
CIE-Lab59.369660.6789-33.5619

#d960cb color RGB value is (217,96,203).

#d960cb hex color red value is 217, green value is 96 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d960cb hue: 0.85 , saturation: 0.61 and the lightness value of d960cb is 0.61.

The process color (four color CMYK) of #d960cb color hex is 0.00, 0.56, 0.06, 0.15. Web safe color of #d960cb is #cc66cc. Color #d960cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11001011
Octal 331 140 313
Decimal 217 96 203
Hex D9 60 CB

RGB Percentages of Color #d960cb

%42.05
%18.60
%39.34

CMYK Percentages of Color #d960cb

%0
%56
%6
%15

Triadic Colors of #d960cb

#d960cb #cbd960 #60cbd9

Analogous Colors of #d960cb

#d960cb #d9608f #ab60d9

Monochromatic Colors of #d960cb

#d960cb

Complementary Color

#d960cb #60d96e

#d960cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960cb Color CSS Codes

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

#d960cb Text Font Color

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

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


#d960cb Background Color

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

This div background color is #d960cb


#d960cb Border Color

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

This div border color is #d960cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960cb


Comments

No comments written yet.

Please login to write comment.