Color Hex Logo

#e2147e Color Hex

#E2147E
(226,20,126)
0 Favorites   0 Comments

Color spaces of #e2147e

RGB 22620126
HSL0.910.840.48
HSV329°91°89°
CMYK 0.000.910.44   0.11
XYZ35.380118.175421.3821
Yxy18.17540.47210.2425
Hunter Lab42.632673.52710.1063
CIE-Lab49.708276.4501-2.9602

#e2147e color RGB value is (226,20,126).

#e2147e hex color red value is 226, green value is 20 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e2147e hue: 0.91 , saturation: 0.84 and the lightness value of e2147e is 0.48.

The process color (four color CMYK) of #e2147e color hex is 0.00, 0.91, 0.44, 0.11. Web safe color of #e2147e is #cc0066. Color #e2147e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 01111110
Octal 342 24 176
Decimal 226 20 126
Hex E2 14 7E

RGB Percentages of Color #e2147e

%60.75
%5.38
%33.87

CMYK Percentages of Color #e2147e

%0
%91
%44
%11

Triadic Colors of #e2147e

#e2147e #7ee214 #147ee2

Analogous Colors of #e2147e

#e2147e #e21417 #df14e2

Monochromatic Colors of #e2147e

#e2147e

Complementary Color

#e2147e #14e278

#e2147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2147e Color CSS Codes

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

#e2147e Text Font Color

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

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


#e2147e Background Color

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

This div background color is #e2147e


#e2147e Border Color

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

This div border color is #e2147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2147e


Comments

No comments written yet.

Please login to write comment.