Color Hex Logo

#d58dbe Color Hex

#D58DBE
(213,141,190)
0 Favorites   0 Comments

Color spaces of #d58dbe

RGB 213141190
HSL0.890.460.69
HSV319°34°84°
CMYK 0.000.340.11   0.16
XYZ46.259736.913653.4021
Yxy36.91360.33870.2703
Hunter Lab60.756629.5849-9.5835
CIE-Lab67.212234.6277-14.2541

#d58dbe color RGB value is (213,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 10111110
Octal 325 215 276
Decimal 213 141 190
Hex D5 8D BE

RGB Percentages of Color #d58dbe

%39.15
%25.92
%34.93

CMYK Percentages of Color #d58dbe

%0
%34
%11
%16

Triadic Colors of #d58dbe

#d58dbe #bed58d #8dbed5

Analogous Colors of #d58dbe

#d58dbe #d58d9a #c88dd5

Monochromatic Colors of #d58dbe

#d58dbe

Complementary Color

#d58dbe #8dd5a4

#d58dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dbe Color CSS Codes

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

#d58dbe Text Font Color

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

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


#d58dbe Background Color

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

This div background color is #d58dbe


#d58dbe Border Color

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

This div border color is #d58dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dbe


Comments

No comments written yet.

Please login to write comment.