Color Hex Logo

#e03acc Color Hex

#E03ACC
(224,58,204)
0 Favorites   0 Comments

Color spaces of #e03acc

RGB 22458204
HSL0.850.730.55
HSV307°74°88°
CMYK 0.000.740.09   0.12
XYZ43.152623.233059.3368
Yxy23.23300.34320.1848
Hunter Lab48.200675.4547-39.2478
CIE-Lab55.311576.9131-40.4112

#e03acc color RGB value is (224,58,204).

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

The process color (four color CMYK) of #e03acc color hex is 0.00, 0.74, 0.09, 0.12. Web safe color of #e03acc is #cc33cc. Color #e03acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111010 11001100
Octal 340 72 314
Decimal 224 58 204
Hex E0 3A CC

RGB Percentages of Color #e03acc

%46.09
%11.93
%41.98

CMYK Percentages of Color #e03acc

%0
%74
%9
%12

Triadic Colors of #e03acc

#e03acc #cce03a #3acce0

Analogous Colors of #e03acc

#e03acc #e03a79 #a13ae0

Monochromatic Colors of #e03acc

#e03acc

Complementary Color

#e03acc #3ae04e

#e03acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03acc Color CSS Codes

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

#e03acc Text Font Color

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

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


#e03acc Background Color

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

This div background color is #e03acc


#e03acc Border Color

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

This div border color is #e03acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03acc


Comments

No comments written yet.

Please login to write comment.