Color Hex Logo

#e14afa Color Hex

#E14AFA
(225,74,250)
0 Favorites   0 Comments

Color spaces of #e14afa

RGB 22574250
HSL0.810.950.64
HSV291°70°98°
CMYK 0.100.700.00   0.02
XYZ50.755427.807293.1347
Yxy27.80720.29560.1620
Hunter Lab52.732579.5255-67.8035
CIE-Lab59.714279.2957-59.3098

#e14afa color RGB value is (225,74,250).

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

The process color (four color CMYK) of #e14afa color hex is 0.10, 0.70, 0.00, 0.02. Web safe color of #e14afa is #cc33ff. Color #e14afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 11111010
Octal 341 112 372
Decimal 225 74 250
Hex E1 4A FA

RGB Percentages of Color #e14afa

%40.98
%13.48
%45.54

CMYK Percentages of Color #e14afa

%10
%70
%0
%2

Triadic Colors of #e14afa

#e14afa #fae14a #4afae1

Analogous Colors of #e14afa

#e14afa #fa4abb #894afa

Monochromatic Colors of #e14afa

#e14afa

Complementary Color

#e14afa #63fa4a

#e14afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14afa Color CSS Codes

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

#e14afa Text Font Color

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

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


#e14afa Background Color

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

This div background color is #e14afa


#e14afa Border Color

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

This div border color is #e14afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14afa


Comments

No comments written yet.

Please login to write comment.