Color Hex Logo

#e57262 Color Hex

#E57262
(229,114,98)
0 Favorites   0 Comments

Color spaces of #e57262

RGB 22911498
HSL0.020.720.64
HSV57°90°
CMYK 0.000.500.57   0.10
XYZ40.535029.574515.1273
Yxy29.57450.47560.3470
Hunter Lab54.382437.879121.5753
CIE-Lab61.285343.231029.6655

#e57262 color RGB value is (229,114,98).

#e57262 hex color red value is 229, green value is 114 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #e57262 hue: 0.02 , saturation: 0.72 and the lightness value of e57262 is 0.64.

The process color (four color CMYK) of #e57262 color hex is 0.00, 0.50, 0.57, 0.10. Web safe color of #e57262 is #cc6666. Color #e57262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 01100010
Octal 345 162 142
Decimal 229 114 98
Hex E5 72 62

RGB Percentages of Color #e57262

%51.93
%25.85
%22.22

CMYK Percentages of Color #e57262

%0
%50
%57
%10

Triadic Colors of #e57262

#e57262 #62e572 #7262e5

Analogous Colors of #e57262

#e57262 #e5b462 #e56294

Monochromatic Colors of #e57262

#e57262

Complementary Color

#e57262 #62d5e5

#e57262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57262 Color CSS Codes

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

#e57262 Text Font Color

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

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


#e57262 Background Color

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

This div background color is #e57262


#e57262 Border Color

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

This div border color is #e57262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57262


Comments

No comments written yet.

Please login to write comment.