Color Hex Logo

#e60eab Color Hex

#E60EAB
(230,14,171)
0 Favorites   0 Comments

Color spaces of #e60eab

RGB 23014171
HSL0.880.890.48
HSV316°94°90°
CMYK 0.000.940.26   0.10
XYZ40.140920.077340.2877
Yxy20.07730.39940.1998
Hunter Lab44.807781.4954-21.9437
CIE-Lab51.924582.3558-26.4711

#e60eab color RGB value is (230,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001110 10101011
Octal 346 16 253
Decimal 230 14 171
Hex E6 E AB

RGB Percentages of Color #e60eab

%55.42
%3.37
%41.20

CMYK Percentages of Color #e60eab

%0
%94
%26
%10

Triadic Colors of #e60eab

#e60eab #abe60e #0eabe6

Analogous Colors of #e60eab

#e60eab #e60e3f #b50ee6

Monochromatic Colors of #e60eab

#e60eab

Complementary Color

#e60eab #0ee649

#e60eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60eab Color CSS Codes

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

#e60eab Text Font Color

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

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


#e60eab Background Color

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

This div background color is #e60eab


#e60eab Border Color

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

This div border color is #e60eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60eab


Comments

No comments written yet.

Please login to write comment.