Color Hex Logo

#e60aab Color Hex

#E60AAB
(230,10,171)
0 Favorites   0 Comments

Color spaces of #e60aab

RGB 23010171
HSL0.880.920.47
HSV316°96°90°
CMYK 0.000.960.26   0.10
XYZ40.092419.980440.2716
Yxy19.98040.39950.1991
Hunter Lab44.699481.8785-22.1272
CIE-Lab51.815082.6765-26.6406

#e60aab color RGB value is (230,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001010 10101011
Octal 346 12 253
Decimal 230 10 171
Hex E6 A AB

RGB Percentages of Color #e60aab

%55.96
%2.43
%41.61

CMYK Percentages of Color #e60aab

%0
%96
%26
%10

Triadic Colors of #e60aab

#e60aab #abe60a #0aabe6

Analogous Colors of #e60aab

#e60aab #e60a3d #b30ae6

Monochromatic Colors of #e60aab

#e60aab

Complementary Color

#e60aab #0ae645

#e60aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60aab Color CSS Codes

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

#e60aab Text Font Color

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

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


#e60aab Background Color

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

This div background color is #e60aab


#e60aab Border Color

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

This div border color is #e60aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60aab


Comments

No comments written yet.

Please login to write comment.