Color Hex Logo

#e2028c Color Hex

#E2028C
(226,2,140)
0 Favorites   0 Comments

Color spaces of #e2028c

RGB 2262140
HSL0.900.980.45
HSV323°99°89°
CMYK 0.000.990.38   0.11
XYZ36.119418.105626.4020
Yxy18.10560.44800.2246
Hunter Lab42.550777.0571-7.0030
CIE-Lab49.623979.3012-11.5713

#e2028c color RGB value is (226,2,140).

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

The process color (four color CMYK) of #e2028c color hex is 0.00, 0.99, 0.38, 0.11. Web safe color of #e2028c is #cc0099. Color #e2028c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000010 10001100
Octal 342 2 214
Decimal 226 2 140
Hex E2 2 8C

RGB Percentages of Color #e2028c

%61.41
%0.54
%38.04

CMYK Percentages of Color #e2028c

%0
%99
%38
%11

Triadic Colors of #e2028c

#e2028c #8ce202 #028ce2

Analogous Colors of #e2028c

#e2028c #e2021c #c802e2

Monochromatic Colors of #e2028c

#e2028c

Complementary Color

#e2028c #02e258

#e2028c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2028c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2028c Color CSS Codes

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

#e2028c Text Font Color

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

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


#e2028c Background Color

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

This div background color is #e2028c


#e2028c Border Color

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

This div border color is #e2028c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2028c


Comments

No comments written yet.

Please login to write comment.