Color Hex Logo

#e5228f Color Hex

#E5228F
(229,34,143)
0 Favorites   0 Comments

Color spaces of #e5228f

RGB 22934143
HSL0.910.790.52
HSV326°85°90°
CMYK 0.000.850.38   0.10
XYZ37.843119.785227.8110
Yxy19.78520.44290.2316
Hunter Lab44.480674.0230-5.9341
CIE-Lab51.593576.4836-10.3558

#e5228f color RGB value is (229,34,143).

#e5228f hex color red value is 229, green value is 34 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e5228f hue: 0.91 , saturation: 0.79 and the lightness value of e5228f is 0.52.

The process color (four color CMYK) of #e5228f color hex is 0.00, 0.85, 0.38, 0.10. Web safe color of #e5228f is #cc3399. Color #e5228f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 10001111
Octal 345 42 217
Decimal 229 34 143
Hex E5 22 8F

RGB Percentages of Color #e5228f

%56.40
%8.37
%35.22

CMYK Percentages of Color #e5228f

%0
%85
%38
%10

Triadic Colors of #e5228f

#e5228f #8fe522 #228fe5

Analogous Colors of #e5228f

#e5228f #e5222e #da22e5

Monochromatic Colors of #e5228f

#e5228f

Complementary Color

#e5228f #22e578

#e5228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5228f Color CSS Codes

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

#e5228f Text Font Color

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

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


#e5228f Background Color

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

This div background color is #e5228f


#e5228f Border Color

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

This div border color is #e5228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5228f


Comments

No comments written yet.

Please login to write comment.