Color Hex Logo

#e60fab Color Hex

#E60FAB
(230,15,171)
0 Favorites   0 Comments

Color spaces of #e60fab

RGB 23015171
HSL0.880.880.48
HSV316°93°90°
CMYK 0.000.930.26   0.10
XYZ40.154620.104940.2923
Yxy20.10490.39930.1999
Hunter Lab44.838581.3863-21.8916
CIE-Lab51.955682.2644-26.4229

#e60fab color RGB value is (230,15,171).

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

The process color (four color CMYK) of #e60fab color hex is 0.00, 0.93, 0.26, 0.10. Web safe color of #e60fab is #ff0099. Color #e60fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 10101011
Octal 346 17 253
Decimal 230 15 171
Hex E6 F AB

RGB Percentages of Color #e60fab

%55.29
%3.61
%41.11

CMYK Percentages of Color #e60fab

%0
%93
%26
%10

Triadic Colors of #e60fab

#e60fab #abe60f #0fabe6

Analogous Colors of #e60fab

#e60fab #e60f3f #b60fe6

Monochromatic Colors of #e60fab

#e60fab

Complementary Color

#e60fab #0fe64a

#e60fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60fab Color CSS Codes

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

#e60fab Text Font Color

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

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


#e60fab Background Color

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

This div background color is #e60fab


#e60fab Border Color

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

This div border color is #e60fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60fab


Comments

No comments written yet.

Please login to write comment.