Color Hex Logo

#e57182 Color Hex

#E57182
(229,113,130)
0 Favorites   0 Comments

Color spaces of #e57182

RGB 229113130
HSL0.980.690.67
HSV351°51°90°
CMYK 0.000.510.43   0.10
XYZ42.247530.080024.6984
Yxy30.08000.43540.3100
Hunter Lab54.845241.520111.6917
CIE-Lab61.723246.570912.0318

#e57182 color RGB value is (229,113,130).

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

The process color (four color CMYK) of #e57182 color hex is 0.00, 0.51, 0.43, 0.10. Web safe color of #e57182 is #cc6699. Color #e57182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 10000010
Octal 345 161 202
Decimal 229 113 130
Hex E5 71 82

RGB Percentages of Color #e57182

%48.52
%23.94
%27.54

CMYK Percentages of Color #e57182

%0
%51
%43
%10

Triadic Colors of #e57182

#e57182 #82e571 #7182e5

Analogous Colors of #e57182

#e57182 #e59a71 #e571bc

Monochromatic Colors of #e57182

#e57182

Complementary Color

#e57182 #71e5d4

#e57182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57182 Color CSS Codes

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

#e57182 Text Font Color

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

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


#e57182 Background Color

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

This div background color is #e57182


#e57182 Border Color

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

This div border color is #e57182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57182


Comments

No comments written yet.

Please login to write comment.