Color Hex Logo

#e1227e Color Hex

#E1227E
(225,34,126)
0 Favorites   0 Comments

Color spaces of #e1227e

RGB 22534126
HSL0.920.760.51
HSV331°85°88°
CMYK 0.000.850.44   0.12
XYZ35.389318.658021.4748
Yxy18.65800.46860.2471
Hunter Lab43.194970.65280.7598
CIE-Lab50.284773.9964-2.1340

#e1227e color RGB value is (225,34,126).

#e1227e hex color red value is 225, green value is 34 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1227e hue: 0.92 , saturation: 0.76 and the lightness value of e1227e is 0.51.

The process color (four color CMYK) of #e1227e color hex is 0.00, 0.85, 0.44, 0.12. Web safe color of #e1227e is #cc3366. Color #e1227e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 01111110
Octal 341 42 176
Decimal 225 34 126
Hex E1 22 7E

RGB Percentages of Color #e1227e

%58.44
%8.83
%32.73

CMYK Percentages of Color #e1227e

%0
%85
%44
%12

Triadic Colors of #e1227e

#e1227e #7ee122 #227ee1

Analogous Colors of #e1227e

#e1227e #e12622 #e122de

Monochromatic Colors of #e1227e

#e1227e

Complementary Color

#e1227e #22e185

#e1227e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1227e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1227e Color CSS Codes

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

#e1227e Text Font Color

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

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


#e1227e Background Color

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

This div background color is #e1227e


#e1227e Border Color

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

This div border color is #e1227e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,34,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1227e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1227e;
  -webkit-box-shadow: 1px 1px 3px 2px #e1227e;
  box-shadow:         1px 1px 3px 2px #e1227e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,34,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1227e


Comments

No comments written yet.

Please login to write comment.