Color Hex Logo

#d159de Color Hex

#D159DE
(209,89,222)
0 Favorites   0 Comments

Color spaces of #d159de

RGB 20989222
HSL0.820.670.61
HSV294°60°87°
CMYK 0.060.600.00   0.13
XYZ43.051725.974071.8516
Yxy25.97400.30560.1844
Hunter Lab50.964761.5971-47.9136
CIE-Lab58.012464.9718-46.5152

#d159de color RGB value is (209,89,222).

#d159de hex color red value is 209, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d159de hue: 0.82 , saturation: 0.67 and the lightness value of d159de is 0.61.

The process color (four color CMYK) of #d159de color hex is 0.06, 0.60, 0.00, 0.13. Web safe color of #d159de is #cc66cc. Color #d159de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 11011110
Octal 321 131 336
Decimal 209 89 222
Hex D1 59 DE

RGB Percentages of Color #d159de

%40.19
%17.12
%42.69

CMYK Percentages of Color #d159de

%6
%60
%0
%13

Triadic Colors of #d159de

#d159de #ded159 #59ded1

Analogous Colors of #d159de

#d159de #de59a9 #8f59de

Monochromatic Colors of #d159de

#d159de

Complementary Color

#d159de #66de59

#d159de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d159de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d159de Color CSS Codes

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

#d159de Text Font Color

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

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


#d159de Background Color

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

This div background color is #d159de


#d159de Border Color

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

This div border color is #d159de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d159de


Comments

No comments written yet.

Please login to write comment.