Color Hex Logo

#e1217e Color Hex

#E1217E
(225,33,126)
0 Favorites   0 Comments

Color spaces of #e1217e

RGB 22533126
HSL0.920.760.51
HSV331°85°88°
CMYK 0.000.850.44   0.12
XYZ35.361118.601621.4654
Yxy18.60160.46880.2466
Hunter Lab43.129670.87190.6823
CIE-Lab50.217874.1890-2.2323

#e1217e color RGB value is (225,33,126).

#e1217e hex color red value is 225, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1217e hue: 0.92 , saturation: 0.76 and the lightness value of e1217e is 0.51.

The process color (four color CMYK) of #e1217e color hex is 0.00, 0.85, 0.44, 0.12. Web safe color of #e1217e is #cc3366. Color #e1217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 01111110
Octal 341 41 176
Decimal 225 33 126
Hex E1 21 7E

RGB Percentages of Color #e1217e

%58.59
%8.59
%32.81

CMYK Percentages of Color #e1217e

%0
%85
%44
%12

Triadic Colors of #e1217e

#e1217e #7ee121 #217ee1

Analogous Colors of #e1217e

#e1217e #e12421 #e121de

Monochromatic Colors of #e1217e

#e1217e

Complementary Color

#e1217e #21e184

#e1217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1217e Color CSS Codes

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

#e1217e Text Font Color

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

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


#e1217e Background Color

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

This div background color is #e1217e


#e1217e Border Color

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

This div border color is #e1217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1217e


Comments

No comments written yet.

Please login to write comment.