Color Hex Logo

#e05fab Color Hex

#E05FAB
(224,95,171)
0 Favorites   0 Comments

Color spaces of #e05fab

RGB 22495171
HSL0.900.680.63
HSV325°58°88°
CMYK 0.000.580.24   0.12
XYZ42.183426.972041.5109
Yxy26.97200.38120.2437
Hunter Lab51.934654.0995-11.0358
CIE-Lab58.948458.3381-15.7995

#e05fab color RGB value is (224,95,171).

#e05fab hex color red value is 224, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e05fab hue: 0.90 , saturation: 0.68 and the lightness value of e05fab is 0.63.

The process color (four color CMYK) of #e05fab color hex is 0.00, 0.58, 0.24, 0.12. Web safe color of #e05fab is #cc6699. Color #e05fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 10101011
Octal 340 137 253
Decimal 224 95 171
Hex E0 5F AB

RGB Percentages of Color #e05fab

%45.71
%19.39
%34.90

CMYK Percentages of Color #e05fab

%0
%58
%24
%12

Triadic Colors of #e05fab

#e05fab #abe05f #5fabe0

Analogous Colors of #e05fab

#e05fab #e05f6b #d55fe0

Monochromatic Colors of #e05fab

#e05fab

Complementary Color

#e05fab #5fe094

#e05fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05fab Color CSS Codes

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

#e05fab Text Font Color

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

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


#e05fab Background Color

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

This div background color is #e05fab


#e05fab Border Color

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

This div border color is #e05fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05fab


Comments

No comments written yet.

Please login to write comment.