Color Hex Logo

#e37dbb Color Hex

#E37DBB
(227,125,187)
0 Favorites   0 Comments

Color spaces of #e37dbb

RGB 227125187
HSL0.900.650.69
HSV324°45°89°
CMYK 0.000.450.18   0.11
XYZ47.981834.586051.1606
Yxy34.58600.35880.2586
Hunter Lab58.809942.7173-10.4114
CIE-Lab65.425147.1518-15.0970

#e37dbb color RGB value is (227,125,187).

#e37dbb hex color red value is 227, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e37dbb hue: 0.90 , saturation: 0.65 and the lightness value of e37dbb is 0.69.

The process color (four color CMYK) of #e37dbb color hex is 0.00, 0.45, 0.18, 0.11. Web safe color of #e37dbb is #cc66cc. Color #e37dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111101 10111011
Octal 343 175 273
Decimal 227 125 187
Hex E3 7D BB

RGB Percentages of Color #e37dbb

%42.12
%23.19
%34.69

CMYK Percentages of Color #e37dbb

%0
%45
%18
%11

Triadic Colors of #e37dbb

#e37dbb #bbe37d #7dbbe3

Analogous Colors of #e37dbb

#e37dbb #e37d88 #d87de3

Monochromatic Colors of #e37dbb

#e37dbb

Complementary Color

#e37dbb #7de3a5

#e37dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37dbb Color CSS Codes

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

#e37dbb Text Font Color

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

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


#e37dbb Background Color

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

This div background color is #e37dbb


#e37dbb Border Color

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

This div border color is #e37dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37dbb


Comments

No comments written yet.

Please login to write comment.