Color Hex Logo

#e03afe Color Hex

#E03AFE
(224,58,254)
0 Favorites   0 Comments

Color spaces of #e03afe

RGB 22458254
HSL0.810.990.61
HSV291°77°100°
CMYK 0.120.770.00   0.00
XYZ50.142926.029296.1472
Yxy26.02920.29100.1511
Hunter Lab51.018886.1525-76.0214
CIE-Lab58.064884.7668-64.1788

#e03afe color RGB value is (224,58,254).

#e03afe hex color red value is 224, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e03afe hue: 0.81 , saturation: 0.99 and the lightness value of e03afe is 0.61.

The process color (four color CMYK) of #e03afe color hex is 0.12, 0.77, 0.00, 0.00. Web safe color of #e03afe is #cc33ff. Color #e03afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111010 11111110
Octal 340 72 376
Decimal 224 58 254
Hex E0 3A FE

RGB Percentages of Color #e03afe

%41.79
%10.82
%47.39

CMYK Percentages of Color #e03afe

%12
%77
%0
%0

Triadic Colors of #e03afe

#e03afe #fee03a #3afee0

Analogous Colors of #e03afe

#e03afe #fe3aba #7e3afe

Monochromatic Colors of #e03afe

#e03afe

Complementary Color

#e03afe #58fe3a

#e03afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03afe Color CSS Codes

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

#e03afe Text Font Color

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

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


#e03afe Background Color

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

This div background color is #e03afe


#e03afe Border Color

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

This div border color is #e03afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03afe

Related Colors


Comments

No comments written yet.

Please login to write comment.