Color Hex Logo

#d38eaf Color Hex

#D38EAF
(211,142,175)
0 Favorites   0 Comments

Color spaces of #d38eaf

RGB 211142175
HSL0.920.440.69
HSV331°33°83°
CMYK 0.000.330.17   0.17
XYZ44.274836.290045.2286
Yxy36.29000.35200.2885
Hunter Lab60.241225.7681-2.3456
CIE-Lab66.740930.9513-6.5703

#d38eaf color RGB value is (211,142,175).

#d38eaf hex color red value is 211, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d38eaf hue: 0.92 , saturation: 0.44 and the lightness value of d38eaf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 10101111
Octal 323 216 257
Decimal 211 142 175
Hex D3 8E AF

RGB Percentages of Color #d38eaf

%39.96
%26.89
%33.14

CMYK Percentages of Color #d38eaf

%0
%33
%17
%17

Triadic Colors of #d38eaf

#d38eaf #afd38e #8eafd3

Analogous Colors of #d38eaf

#d38eaf #d3908e #d38ed2

Monochromatic Colors of #d38eaf

#d38eaf

Complementary Color

#d38eaf #8ed3b2

#d38eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38eaf Color CSS Codes

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

#d38eaf Text Font Color

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

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


#d38eaf Background Color

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

This div background color is #d38eaf


#d38eaf Border Color

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

This div border color is #d38eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38eaf


Comments

No comments written yet.

Please login to write comment.