Color Hex Logo

#e0217e Color Hex

#E0217E
(224,33,126)
0 Favorites   0 Comments

Color spaces of #e0217e

RGB 22433126
HSL0.920.750.50
HSV331°85°88°
CMYK 0.000.850.44   0.12
XYZ35.050218.441421.4509
Yxy18.44140.46770.2461
Hunter Lab42.943570.53960.4442
CIE-Lab50.027273.9537-2.5347

#e0217e color RGB value is (224,33,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100001 01111110
Octal 340 41 176
Decimal 224 33 126
Hex E0 21 7E

RGB Percentages of Color #e0217e

%58.49
%8.62
%32.90

CMYK Percentages of Color #e0217e

%0
%85
%44
%12

Triadic Colors of #e0217e

#e0217e #7ee021 #217ee0

Analogous Colors of #e0217e

#e0217e #e02421 #e021de

Monochromatic Colors of #e0217e

#e0217e

Complementary Color

#e0217e #21e083

#e0217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0217e Color CSS Codes

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

#e0217e Text Font Color

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

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


#e0217e Background Color

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

This div background color is #e0217e


#e0217e Border Color

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

This div border color is #e0217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0217e


Comments

No comments written yet.

Please login to write comment.