Color Hex Logo

#e57475 Color Hex

#E57475
(229,116,117)
0 Favorites   0 Comments

Color spaces of #e57475

RGB 229116117
HSL1.000.680.68
HSV359°49°90°
CMYK 0.000.490.49   0.10
XYZ41.769430.433220.5023
Yxy30.43320.45060.3283
Hunter Lab55.166338.611016.5815
CIE-Lab62.026243.819919.8946

#e57475 color RGB value is (229,116,117).

#e57475 hex color red value is 229, green value is 116 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e57475 hue: 1.00 , saturation: 0.68 and the lightness value of e57475 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 01110101
Octal 345 164 165
Decimal 229 116 117
Hex E5 74 75

RGB Percentages of Color #e57475

%49.57
%25.11
%25.32

CMYK Percentages of Color #e57475

%0
%49
%49
%10

Triadic Colors of #e57475

#e57475 #75e574 #7475e5

Analogous Colors of #e57475

#e57475 #e5ac74 #e574ae

Monochromatic Colors of #e57475

#e57475

Complementary Color

#e57475 #74e5e4

#e57475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57475 Color CSS Codes

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

#e57475 Text Font Color

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

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


#e57475 Background Color

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

This div background color is #e57475


#e57475 Border Color

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

This div border color is #e57475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57475


Comments

No comments written yet.

Please login to write comment.