Color Hex Logo

#e80cab Color Hex

#E80CAB
(232,12,171)
0 Favorites   0 Comments

Color spaces of #e80cab

RGB 23212171
HSL0.880.900.48
HSV317°95°91°
CMYK 0.000.950.26   0.09
XYZ40.760920.359040.3094
Yxy20.35900.40190.2007
Hunter Lab45.120982.2898-21.3828
CIE-Lab52.240782.9144-25.9517

#e80cab color RGB value is (232,12,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 10101011
Octal 350 14 253
Decimal 232 12 171
Hex E8 C AB

RGB Percentages of Color #e80cab

%55.90
%2.89
%41.20

CMYK Percentages of Color #e80cab

%0
%95
%26
%9

Triadic Colors of #e80cab

#e80cab #abe80c #0cabe8

Analogous Colors of #e80cab

#e80cab #e80c3d #b70ce8

Monochromatic Colors of #e80cab

#e80cab

Complementary Color

#e80cab #0ce849

#e80cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80cab Color CSS Codes

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

#e80cab Text Font Color

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

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


#e80cab Background Color

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

This div background color is #e80cab


#e80cab Border Color

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

This div border color is #e80cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80cab


Comments

No comments written yet.

Please login to write comment.