Color Hex Logo

#e02acc Color Hex

#E02ACC
(224,42,204)
0 Favorites   0 Comments

Color spaces of #e02acc

RGB 22442204
HSL0.850.750.52
HSV307°81°88°
CMYK 0.000.810.09   0.12
XYZ42.467521.862959.1084
Yxy21.86290.34400.1771
Hunter Lab46.757880.2955-42.2204
CIE-Lab53.881281.0336-42.6673

#e02acc color RGB value is (224,42,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 11001100
Octal 340 52 314
Decimal 224 42 204
Hex E0 2A CC

RGB Percentages of Color #e02acc

%47.66
%8.94
%43.40

CMYK Percentages of Color #e02acc

%0
%81
%9
%12

Triadic Colors of #e02acc

#e02acc #cce02a #2acce0

Analogous Colors of #e02acc

#e02acc #e02a71 #992ae0

Monochromatic Colors of #e02acc

#e02acc

Complementary Color

#e02acc #2ae03e

#e02acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02acc Color CSS Codes

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

#e02acc Text Font Color

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

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


#e02acc Background Color

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

This div background color is #e02acc


#e02acc Border Color

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

This div border color is #e02acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02acc


Comments

No comments written yet.

Please login to write comment.