Color Hex Logo

#e1219b Color Hex

#E1219B
(225,33,155)
0 Favorites   0 Comments

Color spaces of #e1219b

RGB 22533155
HSL0.890.760.51
HSV322°85°88°
CMYK 0.000.850.31   0.12
XYZ37.511619.461832.7898
Yxy19.46180.41790.2168
Hunter Lab44.115574.5770-13.1877
CIE-Lab51.223277.0025-18.1550

#e1219b color RGB value is (225,33,155).

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

The process color (four color CMYK) of #e1219b color hex is 0.00, 0.85, 0.31, 0.12. Web safe color of #e1219b is #cc3399. Color #e1219b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 10011011
Octal 341 41 233
Decimal 225 33 155
Hex E1 21 9B

RGB Percentages of Color #e1219b

%54.48
%7.99
%37.53

CMYK Percentages of Color #e1219b

%0
%85
%31
%12

Triadic Colors of #e1219b

#e1219b #9be121 #219be1

Analogous Colors of #e1219b

#e1219b #e1213b #c721e1

Monochromatic Colors of #e1219b

#e1219b

Complementary Color

#e1219b #21e167

#e1219b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1219b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1219b Color CSS Codes

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

#e1219b Text Font Color

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

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


#e1219b Background Color

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

This div background color is #e1219b


#e1219b Border Color

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

This div border color is #e1219b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1219b


Comments

No comments written yet.

Please login to write comment.