Color Hex Logo

#e81cab Color Hex

#E81CAB
(232,28,171)
0 Favorites   0 Comments

Color spaces of #e81cab

RGB 23228171
HSL0.880.820.51
HSV318°88°91°
CMYK 0.000.880.26   0.09
XYZ41.044720.926640.4040
Yxy20.92660.40090.2044
Hunter Lab45.745680.1022-20.3449
CIE-Lab52.869181.0790-24.9805

#e81cab color RGB value is (232,28,171).

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

The process color (four color CMYK) of #e81cab color hex is 0.00, 0.88, 0.26, 0.09. Web safe color of #e81cab is #ff3399. Color #e81cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011100 10101011
Octal 350 34 253
Decimal 232 28 171
Hex E8 1C AB

RGB Percentages of Color #e81cab

%53.83
%6.50
%39.68

CMYK Percentages of Color #e81cab

%0
%88
%26
%9

Triadic Colors of #e81cab

#e81cab #abe81c #1cabe8

Analogous Colors of #e81cab

#e81cab #e81c45 #bf1ce8

Monochromatic Colors of #e81cab

#e81cab

Complementary Color

#e81cab #1ce859

#e81cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81cab Color CSS Codes

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

#e81cab Text Font Color

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

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


#e81cab Background Color

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

This div background color is #e81cab


#e81cab Border Color

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

This div border color is #e81cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81cab


Comments

No comments written yet.

Please login to write comment.