Color Hex Logo

#e06aae Color Hex

#E06AAE
(224,106,174)
0 Favorites   0 Comments

Color spaces of #e06aae

RGB 224106174
HSL0.900.660.65
HSV325°53°88°
CMYK 0.000.530.22   0.12
XYZ43.534529.211443.3882
Yxy29.21140.37490.2515
Hunter Lab54.047649.1958-9.7634
CIE-Lab60.967753.6632-14.4719

#e06aae color RGB value is (224,106,174).

#e06aae hex color red value is 224, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e06aae hue: 0.90 , saturation: 0.66 and the lightness value of e06aae is 0.65.

The process color (four color CMYK) of #e06aae color hex is 0.00, 0.53, 0.22, 0.12. Web safe color of #e06aae is #cc6699. Color #e06aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101010 10101110
Octal 340 152 256
Decimal 224 106 174
Hex E0 6A AE

RGB Percentages of Color #e06aae

%44.44
%21.03
%34.52

CMYK Percentages of Color #e06aae

%0
%53
%22
%12

Triadic Colors of #e06aae

#e06aae #aee06a #6aaee0

Analogous Colors of #e06aae

#e06aae #e06a73 #d76ae0

Monochromatic Colors of #e06aae

#e06aae

Complementary Color

#e06aae #6ae09c

#e06aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06aae Color CSS Codes

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

#e06aae Text Font Color

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

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


#e06aae Background Color

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

This div background color is #e06aae


#e06aae Border Color

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

This div border color is #e06aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06aae


Comments

No comments written yet.

Please login to write comment.