Color Hex Logo

#e80fab Color Hex

#E80FAB
(232,15,171)
0 Favorites   0 Comments

Color spaces of #e80fab

RGB 23215171
HSL0.880.880.48
HSV317°94°91°
CMYK 0.000.940.26   0.09
XYZ40.800220.437740.3225
Yxy20.43770.40170.2012
Hunter Lab45.208181.9818-21.2370
CIE-Lab52.328582.6570-25.8158

#e80fab color RGB value is (232,15,171).

#e80fab hex color red value is 232, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e80fab hue: 0.88 , saturation: 0.88 and the lightness value of e80fab is 0.48.

The process color (four color CMYK) of #e80fab color hex is 0.00, 0.94, 0.26, 0.09. Web safe color of #e80fab is #ff0099. Color #e80fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 10101011
Octal 350 17 253
Decimal 232 15 171
Hex E8 F AB

RGB Percentages of Color #e80fab

%55.50
%3.59
%40.91

CMYK Percentages of Color #e80fab

%0
%94
%26
%9

Triadic Colors of #e80fab

#e80fab #abe80f #0fabe8

Analogous Colors of #e80fab

#e80fab #e80f3e #b90fe8

Monochromatic Colors of #e80fab

#e80fab

Complementary Color

#e80fab #0fe84c

#e80fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fab Color CSS Codes

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

#e80fab Text Font Color

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

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


#e80fab Background Color

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

This div background color is #e80fab


#e80fab Border Color

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

This div border color is #e80fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fab


Comments

No comments written yet.

Please login to write comment.