Color Hex Logo

#e06dad Color Hex

#E06DAD
(224,109,173)
0 Favorites   0 Comments

Color spaces of #e06dad

RGB 224109173
HSL0.910.650.65
HSV327°51°88°
CMYK 0.000.510.23   0.12
XYZ43.751929.801742.9815
Yxy29.80170.37540.2557
Hunter Lab54.590947.5247-8.4676
CIE-Lab61.482752.0839-13.1227

#e06dad color RGB value is (224,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101101 10101101
Octal 340 155 255
Decimal 224 109 173
Hex E0 6D AD

RGB Percentages of Color #e06dad

%44.27
%21.54
%34.19

CMYK Percentages of Color #e06dad

%0
%51
%23
%12

Triadic Colors of #e06dad

#e06dad #ade06d #6dade0

Analogous Colors of #e06dad

#e06dad #e06d74 #da6de0

Monochromatic Colors of #e06dad

#e06dad

Complementary Color

#e06dad #6de0a0

#e06dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06dad Color CSS Codes

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

#e06dad Text Font Color

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

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


#e06dad Background Color

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

This div background color is #e06dad


#e06dad Border Color

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

This div border color is #e06dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06dad


Comments

No comments written yet.

Please login to write comment.