Color Hex Logo

#e84afa Color Hex

#E84AFA
(232,74,250)
0 Favorites   0 Comments

Color spaces of #e84afa

RGB 23274250
HSL0.820.950.64
HSV294°70°98°
CMYK 0.070.700.00   0.02
XYZ52.982828.955593.2389
Yxy28.95550.30250.1653
Hunter Lab53.810381.5869-65.0665
CIE-Lab60.742380.7131-57.6078

#e84afa color RGB value is (232,74,250).

#e84afa hex color red value is 232, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e84afa hue: 0.82 , saturation: 0.95 and the lightness value of e84afa is 0.64.

The process color (four color CMYK) of #e84afa color hex is 0.07, 0.70, 0.00, 0.02. Web safe color of #e84afa is #ff33ff. Color #e84afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 11111010
Octal 350 112 372
Decimal 232 74 250
Hex E8 4A FA

RGB Percentages of Color #e84afa

%41.73
%13.31
%44.96

CMYK Percentages of Color #e84afa

%7
%70
%0
%2

Triadic Colors of #e84afa

#e84afa #fae84a #4afae8

Analogous Colors of #e84afa

#e84afa #fa4ab4 #904afa

Monochromatic Colors of #e84afa

#e84afa

Complementary Color

#e84afa #5cfa4a

#e84afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84afa Color CSS Codes

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

#e84afa Text Font Color

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

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


#e84afa Background Color

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

This div background color is #e84afa


#e84afa Border Color

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

This div border color is #e84afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,74,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e84afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e84afa;
  -webkit-box-shadow: 1px 1px 3px 2px #e84afa;
  box-shadow:         1px 1px 3px 2px #e84afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,74,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84afa


Comments

No comments written yet.

Please login to write comment.