Color Hex Logo

#d37eaf Color Hex

#D37EAF
(211,126,175)
0 Favorites   0 Comments

Color spaces of #d37eaf

RGB 211126175
HSL0.900.490.66
HSV325°40°83°
CMYK 0.000.400.17   0.17
XYZ42.062731.865744.4912
Yxy31.86570.35520.2691
Hunter Lab56.449734.2197-7.2150
CIE-Lab63.231739.5114-11.8052

#d37eaf color RGB value is (211,126,175).

#d37eaf hex color red value is 211, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d37eaf hue: 0.90 , saturation: 0.49 and the lightness value of d37eaf is 0.66.

The process color (four color CMYK) of #d37eaf color hex is 0.00, 0.40, 0.17, 0.17. Web safe color of #d37eaf is #cc6699. Color #d37eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 10101111
Octal 323 176 257
Decimal 211 126 175
Hex D3 7E AF

RGB Percentages of Color #d37eaf

%41.21
%24.61
%34.18

CMYK Percentages of Color #d37eaf

%0
%40
%17
%17

Triadic Colors of #d37eaf

#d37eaf #afd37e #7eafd3

Analogous Colors of #d37eaf

#d37eaf #d37e85 #cd7ed3

Monochromatic Colors of #d37eaf

#d37eaf

Complementary Color

#d37eaf #7ed3a2

#d37eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37eaf Color CSS Codes

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

#d37eaf Text Font Color

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

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


#d37eaf Background Color

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

This div background color is #d37eaf


#d37eaf Border Color

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

This div border color is #d37eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37eaf


Comments

No comments written yet.

Please login to write comment.