Color Hex Logo

#d37e87 Color Hex

#D37E87
(211,126,135)
0 Favorites   0 Comments

Color spaces of #d37e87

RGB 211126135
HSL0.980.490.66
HSV354°40°83°
CMYK 0.000.400.36   0.17
XYZ38.698030.519926.7730
Yxy30.51990.40310.3179
Hunter Lab55.244828.35769.9380
CIE-Lab62.100233.94519.3581

#d37e87 color RGB value is (211,126,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 10000111
Octal 323 176 207
Decimal 211 126 135
Hex D3 7E 87

RGB Percentages of Color #d37e87

%44.70
%26.69
%28.60

CMYK Percentages of Color #d37e87

%0
%40
%36
%17

Triadic Colors of #d37e87

#d37e87 #87d37e #7e87d3

Analogous Colors of #d37e87

#d37e87 #d3a07e #d37eb2

Monochromatic Colors of #d37e87

#d37e87

Complementary Color

#d37e87 #7ed3ca

#d37e87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37e87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37e87 Color CSS Codes

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

#d37e87 Text Font Color

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

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


#d37e87 Background Color

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

This div background color is #d37e87


#d37e87 Border Color

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

This div border color is #d37e87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37e87


Comments

No comments written yet.

Please login to write comment.