Color Hex Logo

#d959cd Color Hex

#D959CD
(217,89,205)
0 Favorites   0 Comments

Color spaces of #d959cd

RGB 21789205
HSL0.850.630.60
HSV306°59°85°
CMYK 0.000.590.06   0.15
XYZ43.207126.304260.5576
Yxy26.30420.33220.2022
Hunter Lab51.287660.6234-34.1050
CIE-Lab58.324764.0871-36.3289

#d959cd color RGB value is (217,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11001101
Octal 331 131 315
Decimal 217 89 205
Hex D9 59 CD

RGB Percentages of Color #d959cd

%42.47
%17.42
%40.12

CMYK Percentages of Color #d959cd

%0
%59
%6
%15

Triadic Colors of #d959cd

#d959cd #cdd959 #59cdd9

Analogous Colors of #d959cd

#d959cd #d9598d #a559d9

Monochromatic Colors of #d959cd

#d959cd

Complementary Color

#d959cd #59d965

#d959cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959cd Color CSS Codes

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

#d959cd Text Font Color

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

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


#d959cd Background Color

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

This div background color is #d959cd


#d959cd Border Color

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

This div border color is #d959cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959cd


Comments

No comments written yet.

Please login to write comment.