Color Hex Logo

#e06ead Color Hex

#E06EAD
(224,110,173)
0 Favorites   0 Comments

Color spaces of #e06ead

RGB 224110173
HSL0.910.650.65
HSV327°51°88°
CMYK 0.000.510.23   0.12
XYZ43.859230.016343.0172
Yxy30.01630.37520.2568
Hunter Lab54.787147.0186-8.2017
CIE-Lab61.668351.5995-12.8434

#e06ead color RGB value is (224,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 10101101
Octal 340 156 255
Decimal 224 110 173
Hex E0 6E AD

RGB Percentages of Color #e06ead

%44.18
%21.70
%34.12

CMYK Percentages of Color #e06ead

%0
%51
%23
%12

Triadic Colors of #e06ead

#e06ead #ade06e #6eade0

Analogous Colors of #e06ead

#e06ead #e06e74 #da6ee0

Monochromatic Colors of #e06ead

#e06ead

Complementary Color

#e06ead #6ee0a1

#e06ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06ead Color CSS Codes

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

#e06ead Text Font Color

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

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


#e06ead Background Color

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

This div background color is #e06ead


#e06ead Border Color

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

This div border color is #e06ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06ead


Comments

No comments written yet.

Please login to write comment.