Color Hex Logo

#e7557a Color Hex

#E7557A
(231,85,122)
0 Favorites   0 Comments

Color spaces of #e7557a

RGB 23185122
HSL0.960.750.62
HSV345°63°91°
CMYK 0.000.630.47   0.09
XYZ39.716324.891121.1235
Yxy24.89110.46330.2903
Hunter Lab49.891054.78789.8207
CIE-Lab56.969259.284210.0293

#e7557a color RGB value is (231,85,122).

#e7557a hex color red value is 231, green value is 85 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e7557a hue: 0.96 , saturation: 0.75 and the lightness value of e7557a is 0.62.

The process color (four color CMYK) of #e7557a color hex is 0.00, 0.63, 0.47, 0.09. Web safe color of #e7557a is #ff6666. Color #e7557a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010101 01111010
Octal 347 125 172
Decimal 231 85 122
Hex E7 55 7A

RGB Percentages of Color #e7557a

%52.74
%19.41
%27.85

CMYK Percentages of Color #e7557a

%0
%63
%47
%9

Triadic Colors of #e7557a

#e7557a #7ae755 #557ae7

Analogous Colors of #e7557a

#e7557a #e77955 #e755c3

Monochromatic Colors of #e7557a

#e7557a

Complementary Color

#e7557a #55e7c2

#e7557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7557a Color CSS Codes

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

#e7557a Text Font Color

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

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


#e7557a Background Color

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

This div background color is #e7557a


#e7557a Border Color

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

This div border color is #e7557a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,85,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7557a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7557a;
  -webkit-box-shadow: 1px 1px 3px 2px #e7557a;
  box-shadow:         1px 1px 3px 2px #e7557a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,85,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7557a


Comments

No comments written yet.

Please login to write comment.