Color Hex Logo

#e2557f Color Hex

#E2557F
(226,85,127)
0 Favorites   0 Comments

Color spaces of #e2557f

RGB 22685127
HSL0.950.710.61
HSV342°62°89°
CMYK 0.000.620.44   0.11
XYZ38.443324.198122.7232
Yxy24.19810.45030.2835
Hunter Lab49.191653.41287.0461
CIE-Lab56.285658.19345.9989

#e2557f color RGB value is (226,85,127).

#e2557f hex color red value is 226, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e2557f hue: 0.95 , saturation: 0.71 and the lightness value of e2557f is 0.61.

The process color (four color CMYK) of #e2557f color hex is 0.00, 0.62, 0.44, 0.11. Web safe color of #e2557f is #cc6666. Color #e2557f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 01111111
Octal 342 125 177
Decimal 226 85 127
Hex E2 55 7F

RGB Percentages of Color #e2557f

%51.60
%19.41
%29.00

CMYK Percentages of Color #e2557f

%0
%62
%44
%11

Triadic Colors of #e2557f

#e2557f #7fe255 #557fe2

Analogous Colors of #e2557f

#e2557f #e27255 #e255c6

Monochromatic Colors of #e2557f

#e2557f

Complementary Color

#e2557f #55e2b8

#e2557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2557f Color CSS Codes

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

#e2557f Text Font Color

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

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


#e2557f Background Color

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

This div background color is #e2557f


#e2557f Border Color

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

This div border color is #e2557f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2557f


Comments

No comments written yet.

Please login to write comment.