Color Hex Logo

#d37ebb Color Hex

#D37EBB
(211,126,187)
0 Favorites   0 Comments

Color spaces of #d37ebb

RGB 211126187
HSL0.880.490.66
HSV317°40°83°
CMYK 0.000.400.11   0.17
XYZ43.294532.358450.9776
Yxy32.35840.34190.2555
Hunter Lab56.884436.3078-13.3143
CIE-Lab63.638041.4439-17.9925

#d37ebb color RGB value is (211,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 10111011
Octal 323 176 273
Decimal 211 126 187
Hex D3 7E BB

RGB Percentages of Color #d37ebb

%40.27
%24.05
%35.69

CMYK Percentages of Color #d37ebb

%0
%40
%11
%17

Triadic Colors of #d37ebb

#d37ebb #bbd37e #7ebbd3

Analogous Colors of #d37ebb

#d37ebb #d37e91 #c17ed3

Monochromatic Colors of #d37ebb

#d37ebb

Complementary Color

#d37ebb #7ed396

#d37ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37ebb Color CSS Codes

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

#d37ebb Text Font Color

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

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


#d37ebb Background Color

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

This div background color is #d37ebb


#d37ebb Border Color

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

This div border color is #d37ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37ebb


Comments

No comments written yet.

Please login to write comment.