Color Hex Logo

#e02fab Color Hex

#E02FAB
(224,47,171)
0 Favorites   0 Comments

Color spaces of #e02fab

RGB 22447171
HSL0.880.740.53
HSV318°79°88°
CMYK 0.000.790.24   0.12
XYZ39.107720.820640.4857
Yxy20.82060.38950.2073
Hunter Lab45.629673.1350-20.6654
CIE-Lab52.752675.5399-25.2781

#e02fab color RGB value is (224,47,171).

#e02fab hex color red value is 224, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e02fab hue: 0.88 , saturation: 0.74 and the lightness value of e02fab is 0.53.

The process color (four color CMYK) of #e02fab color hex is 0.00, 0.79, 0.24, 0.12. Web safe color of #e02fab is #cc3399. Color #e02fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101111 10101011
Octal 340 57 253
Decimal 224 47 171
Hex E0 2F AB

RGB Percentages of Color #e02fab

%50.68
%10.63
%38.69

CMYK Percentages of Color #e02fab

%0
%79
%24
%12

Triadic Colors of #e02fab

#e02fab #abe02f #2fabe0

Analogous Colors of #e02fab

#e02fab #e02f52 #bd2fe0

Monochromatic Colors of #e02fab

#e02fab

Complementary Color

#e02fab #2fe064

#e02fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02fab Color CSS Codes

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

#e02fab Text Font Color

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

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


#e02fab Background Color

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

This div background color is #e02fab


#e02fab Border Color

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

This div border color is #e02fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02fab


Comments

No comments written yet.

Please login to write comment.