Color Hex Logo

#d59abd Color Hex

#D59ABD
(213,154,189)
0 Favorites   0 Comments

Color spaces of #d59abd

RGB 213154189
HSL0.900.410.72
HSV324°28°84°
CMYK 0.000.280.11   0.16
XYZ48.181540.931553.5052
Yxy40.93150.33780.2870
Hunter Lab63.977722.4670-4.8004
CIE-Lab70.127927.4325-9.3284

#d59abd color RGB value is (213,154,189).

#d59abd hex color red value is 213, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d59abd hue: 0.90 , saturation: 0.41 and the lightness value of d59abd is 0.72.

The process color (four color CMYK) of #d59abd color hex is 0.00, 0.28, 0.11, 0.16. Web safe color of #d59abd is #cc99cc. Color #d59abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011010 10111101
Octal 325 232 275
Decimal 213 154 189
Hex D5 9A BD

RGB Percentages of Color #d59abd

%38.31
%27.70
%33.99

CMYK Percentages of Color #d59abd

%0
%28
%11
%16

Triadic Colors of #d59abd

#d59abd #bdd59a #9abdd5

Analogous Colors of #d59abd

#d59abd #d59aa0 #d09ad5

Monochromatic Colors of #d59abd

#d59abd

Complementary Color

#d59abd #9ad5b2

#d59abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59abd Color CSS Codes

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

#d59abd Text Font Color

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

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


#d59abd Background Color

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

This div background color is #d59abd


#d59abd Border Color

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

This div border color is #d59abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,154,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d59abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d59abd;
  -webkit-box-shadow: 1px 1px 3px 2px #d59abd;
  box-shadow:         1px 1px 3px 2px #d59abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,154,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59abd


Comments

No comments written yet.

Please login to write comment.