Color Hex Logo

#e03aaf Color Hex

#E03AAF
(224,58,175)
0 Favorites   0 Comments

Color spaces of #e03aaf

RGB 22458175
HSL0.880.730.55
HSV318°74°88°
CMYK 0.000.740.22   0.12
XYZ39.991421.968642.6900
Yxy21.96860.38210.2099
Hunter Lab46.870770.2776-21.1921
CIE-Lab53.993772.9707-25.7025

#e03aaf color RGB value is (224,58,175).

#e03aaf hex color red value is 224, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e03aaf hue: 0.88 , saturation: 0.73 and the lightness value of e03aaf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111010 10101111
Octal 340 72 257
Decimal 224 58 175
Hex E0 3A AF

RGB Percentages of Color #e03aaf

%49.02
%12.69
%38.29

CMYK Percentages of Color #e03aaf

%0
%74
%22
%12

Triadic Colors of #e03aaf

#e03aaf #afe03a #3aafe0

Analogous Colors of #e03aaf

#e03aaf #e03a5c #be3ae0

Monochromatic Colors of #e03aaf

#e03aaf

Complementary Color

#e03aaf #3ae06b

#e03aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03aaf Color CSS Codes

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

#e03aaf Text Font Color

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

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


#e03aaf Background Color

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

This div background color is #e03aaf


#e03aaf Border Color

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

This div border color is #e03aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03aaf


Comments

No comments written yet.

Please login to write comment.