Color Hex Logo

#d58dbd Color Hex

#D58DBD
(213,141,189)
0 Favorites   0 Comments

Color spaces of #d58dbd

RGB 213141189
HSL0.890.460.69
HSV320°34°84°
CMYK 0.000.340.11   0.16
XYZ46.150836.870052.8283
Yxy36.87000.33970.2714
Hunter Lab60.720729.4079-9.0791
CIE-Lab67.179434.4601-13.7437

#d58dbd color RGB value is (213,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 10111101
Octal 325 215 275
Decimal 213 141 189
Hex D5 8D BD

RGB Percentages of Color #d58dbd

%39.23
%25.97
%34.81

CMYK Percentages of Color #d58dbd

%0
%34
%11
%16

Triadic Colors of #d58dbd

#d58dbd #bdd58d #8dbdd5

Analogous Colors of #d58dbd

#d58dbd #d58d99 #c98dd5

Monochromatic Colors of #d58dbd

#d58dbd

Complementary Color

#d58dbd #8dd5a5

#d58dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dbd Color CSS Codes

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

#d58dbd Text Font Color

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

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


#d58dbd Background Color

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

This div background color is #d58dbd


#d58dbd Border Color

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

This div border color is #d58dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dbd


Comments

No comments written yet.

Please login to write comment.