Color Hex Logo

#d960cd Color Hex

#D960CD
(217,96,205)
0 Favorites   0 Comments

Color spaces of #d960cd

RGB 21796205
HSL0.850.610.61
HSV306°56°85°
CMYK 0.000.560.06   0.15
XYZ43.817627.525260.7611
Yxy27.52520.33170.2084
Hunter Lab52.464557.2679-31.9409
CIE-Lab59.457361.0072-34.5600

#d960cd color RGB value is (217,96,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11001101
Octal 331 140 315
Decimal 217 96 205
Hex D9 60 CD

RGB Percentages of Color #d960cd

%41.89
%18.53
%39.58

CMYK Percentages of Color #d960cd

%0
%56
%6
%15

Triadic Colors of #d960cd

#d960cd #cdd960 #60cdd9

Analogous Colors of #d960cd

#d960cd #d96091 #a960d9

Monochromatic Colors of #d960cd

#d960cd

Complementary Color

#d960cd #60d96c

#d960cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960cd Color CSS Codes

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

#d960cd Text Font Color

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

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


#d960cd Background Color

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

This div background color is #d960cd


#d960cd Border Color

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

This div border color is #d960cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960cd


Comments

No comments written yet.

Please login to write comment.