Color Hex Logo

#e081ab Color Hex

#E081AB
(224,129,171)
0 Favorites   0 Comments

Color spaces of #e081ab

RGB 224129171
HSL0.930.610.69
HSV333°42°88°
CMYK 0.000.420.24   0.12
XYZ45.941434.488142.7636
Yxy34.48810.37290.2800
Hunter Lab58.726636.8679-2.0653
CIE-Lab65.348241.7580-6.2098

#e081ab color RGB value is (224,129,171).

#e081ab hex color red value is 224, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e081ab hue: 0.93 , saturation: 0.61 and the lightness value of e081ab is 0.69.

The process color (four color CMYK) of #e081ab color hex is 0.00, 0.42, 0.24, 0.12. Web safe color of #e081ab is #cc9999. Color #e081ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 10101011
Octal 340 201 253
Decimal 224 129 171
Hex E0 81 AB

RGB Percentages of Color #e081ab

%42.75
%24.62
%32.63

CMYK Percentages of Color #e081ab

%0
%42
%24
%12

Triadic Colors of #e081ab

#e081ab #abe081 #81abe0

Analogous Colors of #e081ab

#e081ab #e08781 #e081db

Monochromatic Colors of #e081ab

#e081ab

Complementary Color

#e081ab #81e0b6

#e081ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081ab Color CSS Codes

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

#e081ab Text Font Color

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

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


#e081ab Background Color

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

This div background color is #e081ab


#e081ab Border Color

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

This div border color is #e081ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081ab


Comments

No comments written yet.

Please login to write comment.