Color Hex Logo

#e57bad Color Hex

#E57BAD
(229,123,173)
0 Favorites   0 Comments

Color spaces of #e57bad

RGB 229123173
HSL0.920.670.69
HSV332°46°90°
CMYK 0.000.460.24   0.10
XYZ46.938933.841143.5932
Yxy33.84110.37740.2721
Hunter Lab58.173142.2257-3.7090
CIE-Lab64.836246.7842-8.0335

#e57bad color RGB value is (229,123,173).

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

The process color (four color CMYK) of #e57bad color hex is 0.00, 0.46, 0.24, 0.10. Web safe color of #e57bad is #cc6699. Color #e57bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 10101101
Octal 345 173 255
Decimal 229 123 173
Hex E5 7B AD

RGB Percentages of Color #e57bad

%43.62
%23.43
%32.95

CMYK Percentages of Color #e57bad

%0
%46
%24
%10

Triadic Colors of #e57bad

#e57bad #ade57b #7bade5

Analogous Colors of #e57bad

#e57bad #e57e7b #e57be2

Monochromatic Colors of #e57bad

#e57bad

Complementary Color

#e57bad #7be5b3

#e57bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bad Color CSS Codes

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

#e57bad Text Font Color

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

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


#e57bad Background Color

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

This div background color is #e57bad


#e57bad Border Color

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

This div border color is #e57bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,123,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bad


Comments

No comments written yet.

Please login to write comment.