Color Hex Logo

#d58ebd Color Hex

#D58EBD
(213,142,189)
0 Favorites   0 Comments

Color spaces of #d58ebd

RGB 213142189
HSL0.890.460.70
HSV320°33°84°
CMYK 0.000.330.11   0.16
XYZ46.298937.166352.8777
Yxy37.16630.33960.2726
Hunter Lab60.964228.8735-8.7507
CIE-Lab67.401633.9221-13.4095

#d58ebd color RGB value is (213,142,189).

#d58ebd hex color red value is 213, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d58ebd hue: 0.89 , saturation: 0.46 and the lightness value of d58ebd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 10111101
Octal 325 216 275
Decimal 213 142 189
Hex D5 8E BD

RGB Percentages of Color #d58ebd

%39.15
%26.10
%34.74

CMYK Percentages of Color #d58ebd

%0
%33
%11
%16

Triadic Colors of #d58ebd

#d58ebd #bdd58e #8ebdd5

Analogous Colors of #d58ebd

#d58ebd #d58e9a #ca8ed5

Monochromatic Colors of #d58ebd

#d58ebd

Complementary Color

#d58ebd #8ed5a6

#d58ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ebd Color CSS Codes

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

#d58ebd Text Font Color

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

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


#d58ebd Background Color

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

This div background color is #d58ebd


#d58ebd Border Color

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

This div border color is #d58ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,142,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 #d58ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58ebd


Comments

No comments written yet.

Please login to write comment.