Color Hex Logo

#d59dbb Color Hex

#D59DBB
(213,157,187)
0 Favorites   0 Comments

Color spaces of #d59dbb

RGB 213157187
HSL0.910.400.73
HSV328°26°84°
CMYK 0.000.260.12   0.16
XYZ48.467241.847952.5367
Yxy41.84790.33930.2929
Hunter Lab64.690020.5289-2.8683
CIE-Lab70.765925.4688-7.2703

#d59dbb color RGB value is (213,157,187).

#d59dbb hex color red value is 213, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d59dbb hue: 0.91 , saturation: 0.40 and the lightness value of d59dbb is 0.73.

The process color (four color CMYK) of #d59dbb color hex is 0.00, 0.26, 0.12, 0.16. Web safe color of #d59dbb is #cc99cc. Color #d59dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 10111011
Octal 325 235 273
Decimal 213 157 187
Hex D5 9D BB

RGB Percentages of Color #d59dbb

%38.24
%28.19
%33.57

CMYK Percentages of Color #d59dbb

%0
%26
%12
%16

Triadic Colors of #d59dbb

#d59dbb #bbd59d #9dbbd5

Analogous Colors of #d59dbb

#d59dbb #d59d9f #d39dd5

Monochromatic Colors of #d59dbb

#d59dbb

Complementary Color

#d59dbb #9dd5b7

#d59dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59dbb Color CSS Codes

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

#d59dbb Text Font Color

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

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


#d59dbb Background Color

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

This div background color is #d59dbb


#d59dbb Border Color

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

This div border color is #d59dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59dbb


Comments

No comments written yet.

Please login to write comment.