Color Hex Logo

#e20689 Color Hex

#E20689
(226,6,137)
0 Favorites   0 Comments

Color spaces of #e20689

RGB 2266137
HSL0.900.950.45
HSV324°97°89°
CMYK 0.000.970.39   0.11
XYZ35.944518.105125.2671
Yxy18.10510.45320.2283
Hunter Lab42.550176.3265-5.4225
CIE-Lab49.623378.7183-9.7591

#e20689 color RGB value is (226,6,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 10001001
Octal 342 6 211
Decimal 226 6 137
Hex E2 6 89

RGB Percentages of Color #e20689

%61.25
%1.63
%37.13

CMYK Percentages of Color #e20689

%0
%97
%39
%11

Triadic Colors of #e20689

#e20689 #89e206 #0689e2

Analogous Colors of #e20689

#e20689 #e2061b #cd06e2

Monochromatic Colors of #e20689

#e20689

Complementary Color

#e20689 #06e25f

#e20689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20689 Color CSS Codes

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

#e20689 Text Font Color

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

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


#e20689 Background Color

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

This div background color is #e20689


#e20689 Border Color

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

This div border color is #e20689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20689


Comments

No comments written yet.

Please login to write comment.