Color Hex Logo

#e05eae Color Hex

#E05EAE
(224,94,174)
0 Favorites   0 Comments

Color spaces of #e05eae

RGB 22494174
HSL0.900.680.62
HSV323°58°88°
CMYK 0.000.580.22   0.12
XYZ42.383226.908743.0045
Yxy26.90870.37740.2396
Hunter Lab51.873655.0642-12.8414
CIE-Lab58.889759.1922-17.6196

#e05eae color RGB value is (224,94,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 10101110
Octal 340 136 256
Decimal 224 94 174
Hex E0 5E AE

RGB Percentages of Color #e05eae

%45.53
%19.11
%35.37

CMYK Percentages of Color #e05eae

%0
%58
%22
%12

Triadic Colors of #e05eae

#e05eae #aee05e #5eaee0

Analogous Colors of #e05eae

#e05eae #e05e6d #d15ee0

Monochromatic Colors of #e05eae

#e05eae

Complementary Color

#e05eae #5ee090

#e05eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eae Color CSS Codes

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

#e05eae Text Font Color

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

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


#e05eae Background Color

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

This div background color is #e05eae


#e05eae Border Color

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

This div border color is #e05eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eae


Comments

No comments written yet.

Please login to write comment.