Color Hex Logo

#e20489 Color Hex

#E20489
(226,4,137)
0 Favorites   0 Comments

Color spaces of #e20489

RGB 2264137
HSL0.900.970.45
HSV324°98°89°
CMYK 0.000.980.39   0.11
XYZ35.922818.061725.2598
Yxy18.06170.45330.2279
Hunter Lab42.499176.5057-5.4903
CIE-Lab49.570978.8717-9.8378

#e20489 color RGB value is (226,4,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000100 10001001
Octal 342 4 211
Decimal 226 4 137
Hex E2 4 89

RGB Percentages of Color #e20489

%61.58
%1.09
%37.33

CMYK Percentages of Color #e20489

%0
%98
%39
%11

Triadic Colors of #e20489

#e20489 #89e204 #0489e2

Analogous Colors of #e20489

#e20489 #e2041a #cc04e2

Monochromatic Colors of #e20489

#e20489

Complementary Color

#e20489 #04e25d

#e20489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20489 Color CSS Codes

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

#e20489 Text Font Color

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

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


#e20489 Background Color

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

This div background color is #e20489


#e20489 Border Color

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

This div border color is #e20489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20489


Comments

No comments written yet.

Please login to write comment.