Color Hex Logo

#d39eaf Color Hex

#D39EAF
(211,158,175)
0 Favorites   0 Comments

Color spaces of #d39eaf

RGB 211158175
HSL0.950.380.72
HSV341°25°83°
CMYK 0.000.250.17   0.17
XYZ46.828741.397746.0799
Yxy41.39770.34870.3082
Hunter Lab64.341017.31902.5763
CIE-Lab70.453722.2617-1.0995

#d39eaf color RGB value is (211,158,175).

#d39eaf hex color red value is 211, green value is 158 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d39eaf hue: 0.95 , saturation: 0.38 and the lightness value of d39eaf is 0.72.

The process color (four color CMYK) of #d39eaf color hex is 0.00, 0.25, 0.17, 0.17. Web safe color of #d39eaf is #cc9999. Color #d39eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011110 10101111
Octal 323 236 257
Decimal 211 158 175
Hex D3 9E AF

RGB Percentages of Color #d39eaf

%38.79
%29.04
%32.17

CMYK Percentages of Color #d39eaf

%0
%25
%17
%17

Triadic Colors of #d39eaf

#d39eaf #afd39e #9eafd3

Analogous Colors of #d39eaf

#d39eaf #d3a89e #d39eca

Monochromatic Colors of #d39eaf

#d39eaf

Complementary Color

#d39eaf #9ed3c2

#d39eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39eaf Color CSS Codes

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

#d39eaf Text Font Color

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

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


#d39eaf Background Color

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

This div background color is #d39eaf


#d39eaf Border Color

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

This div border color is #d39eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39eaf


Comments

No comments written yet.

Please login to write comment.