Color Hex Logo

#e06dac Color Hex

#E06DAC
(224,109,172)
0 Favorites   0 Comments

Color spaces of #e06dac

RGB 224109172
HSL0.910.650.65
HSV327°51°88°
CMYK 0.000.510.23   0.12
XYZ43.655529.763142.4737
Yxy29.76310.37670.2568
Hunter Lab54.555647.3639-7.9707
CIE-Lab61.449351.9444-12.6003

#e06dac color RGB value is (224,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101101 10101100
Octal 340 155 254
Decimal 224 109 172
Hex E0 6D AC

RGB Percentages of Color #e06dac

%44.36
%21.58
%34.06

CMYK Percentages of Color #e06dac

%0
%51
%23
%12

Triadic Colors of #e06dac

#e06dac #ace06d #6dace0

Analogous Colors of #e06dac

#e06dac #e06d73 #db6de0

Monochromatic Colors of #e06dac

#e06dac

Complementary Color

#e06dac #6de0a1

#e06dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06dac Color CSS Codes

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

#e06dac Text Font Color

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

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


#e06dac Background Color

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

This div background color is #e06dac


#e06dac Border Color

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

This div border color is #e06dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e06dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06dac


Comments

No comments written yet.

Please login to write comment.