Color Hex Logo

#e2297a Color Hex

#E2297A
(226,41,122)
0 Favorites   0 Comments

Color spaces of #e2297a

RGB 22641122
HSL0.930.760.52
HSV334°82°89°
CMYK 0.000.820.46   0.11
XYZ35.669819.159820.2305
Yxy19.15980.47520.2553
Hunter Lab43.771968.85913.2377
CIE-Lab50.873672.40551.1749

#e2297a color RGB value is (226,41,122).

#e2297a hex color red value is 226, green value is 41 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e2297a hue: 0.93 , saturation: 0.76 and the lightness value of e2297a is 0.52.

The process color (four color CMYK) of #e2297a color hex is 0.00, 0.82, 0.46, 0.11. Web safe color of #e2297a is #cc3366. Color #e2297a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 01111010
Octal 342 51 172
Decimal 226 41 122
Hex E2 29 7A

RGB Percentages of Color #e2297a

%58.10
%10.54
%31.36

CMYK Percentages of Color #e2297a

%0
%82
%46
%11

Triadic Colors of #e2297a

#e2297a #7ae229 #297ae2

Analogous Colors of #e2297a

#e2297a #e23429 #e229d7

Monochromatic Colors of #e2297a

#e2297a

Complementary Color

#e2297a #29e291

#e2297a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2297a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2297a Color CSS Codes

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

#e2297a Text Font Color

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

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


#e2297a Background Color

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

This div background color is #e2297a


#e2297a Border Color

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

This div border color is #e2297a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,41,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 #e2297a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2297a


Comments

No comments written yet.

Please login to write comment.