Color Hex Logo

#e05dab Color Hex

#E05DAB
(224,93,171)
0 Favorites   0 Comments

Color spaces of #e05dab

RGB 22493171
HSL0.900.680.62
HSV324°58°88°
CMYK 0.000.580.24   0.12
XYZ42.005526.616341.4516
Yxy26.61630.38160.2418
Hunter Lab51.591055.0509-11.5238
CIE-Lab58.617559.2276-16.3010

#e05dab color RGB value is (224,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 10101011
Octal 340 135 253
Decimal 224 93 171
Hex E0 5D AB

RGB Percentages of Color #e05dab

%45.90
%19.06
%35.04

CMYK Percentages of Color #e05dab

%0
%58
%24
%12

Triadic Colors of #e05dab

#e05dab #abe05d #5dabe0

Analogous Colors of #e05dab

#e05dab #e05d6a #d45de0

Monochromatic Colors of #e05dab

#e05dab

Complementary Color

#e05dab #5de092

#e05dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dab Color CSS Codes

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

#e05dab Text Font Color

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

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


#e05dab Background Color

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

This div background color is #e05dab


#e05dab Border Color

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

This div border color is #e05dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dab


Comments

No comments written yet.

Please login to write comment.