Color Hex Logo

#e20497 Color Hex

#E20497
(226,4,151)
0 Favorites   0 Comments

Color spaces of #e20497

RGB 2264151
HSL0.890.970.45
HSV320°98°89°
CMYK 0.000.980.33   0.11
XYZ36.993418.489930.8973
Yxy18.48990.42830.2141
Hunter Lab42.999978.3162-12.5025
CIE-Lab50.085080.2118-17.4870

#e20497 color RGB value is (226,4,151).

#e20497 hex color red value is 226, green value is 4 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e20497 hue: 0.89 , saturation: 0.97 and the lightness value of e20497 is 0.45.

The process color (four color CMYK) of #e20497 color hex is 0.00, 0.98, 0.33, 0.11. Web safe color of #e20497 is #cc0099. Color #e20497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000100 10010111
Octal 342 4 227
Decimal 226 4 151
Hex E2 4 97

RGB Percentages of Color #e20497

%59.32
%1.05
%39.63

CMYK Percentages of Color #e20497

%0
%98
%33
%11

Triadic Colors of #e20497

#e20497 #97e204 #0497e2

Analogous Colors of #e20497

#e20497 #e20428 #be04e2

Monochromatic Colors of #e20497

#e20497

Complementary Color

#e20497 #04e24f

#e20497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20497 Color CSS Codes

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

#e20497 Text Font Color

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

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


#e20497 Background Color

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

This div background color is #e20497


#e20497 Border Color

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

This div border color is #e20497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20497


Comments

No comments written yet.

Please login to write comment.