Color Hex Logo

#d59ebe Color Hex

#D59EBE
(213,158,190)
0 Favorites   0 Comments

Color spaces of #d59ebe

RGB 213158190
HSL0.900.400.73
HSV325°26°84°
CMYK 0.000.260.11   0.16
XYZ48.961742.317654.3027
Yxy42.31760.33630.2907
Hunter Lab65.052020.5080-3.9565
CIE-Lab71.089325.4287-8.4511

#d59ebe color RGB value is (213,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 10111110
Octal 325 236 276
Decimal 213 158 190
Hex D5 9E BE

RGB Percentages of Color #d59ebe

%37.97
%28.16
%33.87

CMYK Percentages of Color #d59ebe

%0
%26
%11
%16

Triadic Colors of #d59ebe

#d59ebe #bed59e #9ebed5

Analogous Colors of #d59ebe

#d59ebe #d59ea3 #d19ed5

Monochromatic Colors of #d59ebe

#d59ebe

Complementary Color

#d59ebe #9ed5b5

#d59ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ebe Color CSS Codes

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

#d59ebe Text Font Color

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

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


#d59ebe Background Color

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

This div background color is #d59ebe


#d59ebe Border Color

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

This div border color is #d59ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ebe


Comments

No comments written yet.

Please login to write comment.