Color Hex Logo

#d59dba Color Hex

#D59DBA
(213,157,186)
0 Favorites   0 Comments

Color spaces of #d59dba

RGB 213157186
HSL0.910.400.73
HSV329°26°84°
CMYK 0.000.260.13   0.16
XYZ48.360541.805251.9747
Yxy41.80520.34020.2941
Hunter Lab64.656920.3604-2.4006
CIE-Lab70.736425.3027-6.7599

#d59dba color RGB value is (213,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 10111010
Octal 325 235 272
Decimal 213 157 186
Hex D5 9D BA

RGB Percentages of Color #d59dba

%38.31
%28.24
%33.45

CMYK Percentages of Color #d59dba

%0
%26
%13
%16

Triadic Colors of #d59dba

#d59dba #bad59d #9dbad5

Analogous Colors of #d59dba

#d59dba #d59d9e #d49dd5

Monochromatic Colors of #d59dba

#d59dba

Complementary Color

#d59dba #9dd5b8

#d59dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59dba Color CSS Codes

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

#d59dba Text Font Color

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

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


#d59dba Background Color

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

This div background color is #d59dba


#d59dba Border Color

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

This div border color is #d59dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59dba


Comments

No comments written yet.

Please login to write comment.