Color Hex Logo

#e06dab Color Hex

#E06DAB
(224,109,171)
0 Favorites   0 Comments

Color spaces of #e06dab

RGB 224109171
HSL0.910.650.65
HSV328°51°88°
CMYK 0.000.510.24   0.12
XYZ43.559829.724841.9697
Yxy29.72480.37790.2579
Hunter Lab54.520547.2040-7.4770
CIE-Lab61.416051.8055-12.0773

#e06dab color RGB value is (224,109,171).

#e06dab hex color red value is 224, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e06dab hue: 0.91 , saturation: 0.65 and the lightness value of e06dab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101101 10101011
Octal 340 155 253
Decimal 224 109 171
Hex E0 6D AB

RGB Percentages of Color #e06dab

%44.44
%21.63
%33.93

CMYK Percentages of Color #e06dab

%0
%51
%24
%12

Triadic Colors of #e06dab

#e06dab #abe06d #6dabe0

Analogous Colors of #e06dab

#e06dab #e06d72 #dc6de0

Monochromatic Colors of #e06dab

#e06dab

Complementary Color

#e06dab #6de0a2

#e06dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06dab Color CSS Codes

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

#e06dab Text Font Color

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

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


#e06dab Background Color

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

This div background color is #e06dab


#e06dab Border Color

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

This div border color is #e06dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06dab


Comments

No comments written yet.

Please login to write comment.