Color Hex Logo

#e57dbb Color Hex

#E57DBB
(229,125,187)
0 Favorites   0 Comments

Color spaces of #e57dbb

RGB 229125187
HSL0.900.670.69
HSV324°45°90°
CMYK 0.000.450.18   0.10
XYZ48.616434.913151.1902
Yxy34.91310.36090.2592
Hunter Lab59.087343.4651-10.0047
CIE-Lab65.681047.7963-14.6858

#e57dbb color RGB value is (229,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 10111011
Octal 345 175 273
Decimal 229 125 187
Hex E5 7D BB

RGB Percentages of Color #e57dbb

%42.33
%23.11
%34.57

CMYK Percentages of Color #e57dbb

%0
%45
%18
%10

Triadic Colors of #e57dbb

#e57dbb #bbe57d #7dbbe5

Analogous Colors of #e57dbb

#e57dbb #e57d87 #db7de5

Monochromatic Colors of #e57dbb

#e57dbb

Complementary Color

#e57dbb #7de5a7

#e57dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dbb Color CSS Codes

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

#e57dbb Text Font Color

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

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


#e57dbb Background Color

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

This div background color is #e57dbb


#e57dbb Border Color

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

This div border color is #e57dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dbb


Comments

No comments written yet.

Please login to write comment.