Color Hex Logo

#e03eae Color Hex

#E03EAE
(224,62,174)
0 Favorites   0 Comments

Color spaces of #e03eae

RGB 22462174
HSL0.880.720.56
HSV319°72°88°
CMYK 0.000.720.22   0.12
XYZ40.103122.348542.2444
Yxy22.34850.38300.2135
Hunter Lab47.274268.6932-19.8898
CIE-Lab54.394871.5900-24.4997

#e03eae color RGB value is (224,62,174).

#e03eae hex color red value is 224, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e03eae hue: 0.88 , saturation: 0.72 and the lightness value of e03eae is 0.56.

The process color (four color CMYK) of #e03eae color hex is 0.00, 0.72, 0.22, 0.12. Web safe color of #e03eae is #cc3399. Color #e03eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111110 10101110
Octal 340 76 256
Decimal 224 62 174
Hex E0 3E AE

RGB Percentages of Color #e03eae

%48.70
%13.48
%37.83

CMYK Percentages of Color #e03eae

%0
%72
%22
%12

Triadic Colors of #e03eae

#e03eae #aee03e #3eaee0

Analogous Colors of #e03eae

#e03eae #e03e5d #c13ee0

Monochromatic Colors of #e03eae

#e03eae

Complementary Color

#e03eae #3ee070

#e03eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03eae Color CSS Codes

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

#e03eae Text Font Color

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

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


#e03eae Background Color

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

This div background color is #e03eae


#e03eae Border Color

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

This div border color is #e03eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03eae


Comments

No comments written yet.

Please login to write comment.