Color Hex Logo

#d159af Color Hex

#D159AF
(209,89,175)
0 Favorites   0 Comments

Color spaces of #d159af

RGB 20989175
HSL0.880.570.58
HSV317°57°82°
CMYK 0.000.570.16   0.18
XYZ37.604723.795243.1684
Yxy23.79520.35960.2276
Hunter Lab48.780352.2399-18.3228
CIE-Lab55.882257.2238-22.9912

#d159af color RGB value is (209,89,175).

#d159af hex color red value is 209, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d159af hue: 0.88 , saturation: 0.57 and the lightness value of d159af is 0.58.

The process color (four color CMYK) of #d159af color hex is 0.00, 0.57, 0.16, 0.18. Web safe color of #d159af is #cc6699. Color #d159af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 10101111
Octal 321 131 257
Decimal 209 89 175
Hex D1 59 AF

RGB Percentages of Color #d159af

%44.19
%18.82
%37.00

CMYK Percentages of Color #d159af

%0
%57
%16
%18

Triadic Colors of #d159af

#d159af #afd159 #59afd1

Analogous Colors of #d159af

#d159af #d15973 #b759d1

Monochromatic Colors of #d159af

#d159af

Complementary Color

#d159af #59d17b

#d159af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d159af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d159af Color CSS Codes

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

#d159af Text Font Color

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

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


#d159af Background Color

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

This div background color is #d159af


#d159af Border Color

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

This div border color is #d159af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,89,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d159af


Comments

No comments written yet.

Please login to write comment.