Color Hex Logo

#e57281 Color Hex

#E57281
(229,114,129)
0 Favorites   0 Comments

Color spaces of #e57281

RGB 229114129
HSL0.980.690.67
HSV352°50°90°
CMYK 0.000.500.44   0.10
XYZ42.292930.277624.3840
Yxy30.27760.43620.3123
Hunter Lab55.025140.903212.2436
CIE-Lab61.893045.975512.8443

#e57281 color RGB value is (229,114,129).

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

The process color (four color CMYK) of #e57281 color hex is 0.00, 0.50, 0.44, 0.10. Web safe color of #e57281 is #cc6699. Color #e57281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 10000001
Octal 345 162 201
Decimal 229 114 129
Hex E5 72 81

RGB Percentages of Color #e57281

%48.52
%24.15
%27.33

CMYK Percentages of Color #e57281

%0
%50
%44
%10

Triadic Colors of #e57281

#e57281 #81e572 #7281e5

Analogous Colors of #e57281

#e57281 #e59d72 #e572bb

Monochromatic Colors of #e57281

#e57281

Complementary Color

#e57281 #72e5d6

#e57281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57281 Color CSS Codes

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

#e57281 Text Font Color

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

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


#e57281 Background Color

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

This div background color is #e57281


#e57281 Border Color

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

This div border color is #e57281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57281


Comments

No comments written yet.

Please login to write comment.