Color Hex Logo

#e314fa Color Hex

#E314FA
(227,20,250)
0 Favorites   0 Comments

Color spaces of #e314fa

RGB 22720250
HSL0.820.960.53
HSV294°92°98°
CMYK 0.090.920.00   0.02
XYZ49.184023.733392.4312
Yxy23.73330.29750.1435
Hunter Lab48.716894.9572-78.3900
CIE-Lab55.819891.8515-65.5450

#e314fa color RGB value is (227,20,250).

#e314fa hex color red value is 227, green value is 20 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e314fa hue: 0.82 , saturation: 0.96 and the lightness value of e314fa is 0.53.

The process color (four color CMYK) of #e314fa color hex is 0.09, 0.92, 0.00, 0.02. Web safe color of #e314fa is #cc00ff. Color #e314fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 11111010
Octal 343 24 372
Decimal 227 20 250
Hex E3 14 FA

RGB Percentages of Color #e314fa

%45.67
%4.02
%50.30

CMYK Percentages of Color #e314fa

%9
%92
%0
%2

Triadic Colors of #e314fa

#e314fa #fae314 #14fae3

Analogous Colors of #e314fa

#e314fa #fa149e #7014fa

Monochromatic Colors of #e314fa

#e314fa

Complementary Color

#e314fa #2bfa14

#e314fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e314fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e314fa Color CSS Codes

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

#e314fa Text Font Color

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

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


#e314fa Background Color

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

This div background color is #e314fa


#e314fa Border Color

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

This div border color is #e314fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e314fa


Comments

No comments written yet.

Please login to write comment.