Color Hex Logo

#d58daa Color Hex

#D58DAA
(213,141,170)
0 Favorites   0 Comments

Color spaces of #d58daa

RGB 213141170
HSL0.930.460.69
HSV336°34°84°
CMYK 0.000.340.20   0.16
XYZ44.221136.098242.6671
Yxy36.09820.35960.2935
Hunter Lab60.081826.2356-0.0476
CIE-Lab66.594931.4239-3.9501

#d58daa color RGB value is (213,141,170).

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

The process color (four color CMYK) of #d58daa color hex is 0.00, 0.34, 0.20, 0.16. Web safe color of #d58daa is #cc9999. Color #d58daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 10101010
Octal 325 215 252
Decimal 213 141 170
Hex D5 8D AA

RGB Percentages of Color #d58daa

%40.65
%26.91
%32.44

CMYK Percentages of Color #d58daa

%0
%34
%20
%16

Triadic Colors of #d58daa

#d58daa #aad58d #8daad5

Analogous Colors of #d58daa

#d58daa #d5948d #d58dce

Monochromatic Colors of #d58daa

#d58daa

Complementary Color

#d58daa #8dd5b8

#d58daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58daa Color CSS Codes

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

#d58daa Text Font Color

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

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


#d58daa Background Color

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

This div background color is #d58daa


#d58daa Border Color

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

This div border color is #d58daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58daa


Comments

No comments written yet.

Please login to write comment.