Color Hex Logo

#e362fa Color Hex

#E362FA
(227,98,250)
0 Favorites   0 Comments

Color spaces of #e362fa

RGB 22798250
HSL0.810.940.68
HSV291°61°98°
CMYK 0.090.610.00   0.02
XYZ53.301631.968493.8037
Yxy31.96840.29770.1785
Hunter Lab56.540669.3283-58.7867
CIE-Lab63.316870.4402-53.5519

#e362fa color RGB value is (227,98,250).

#e362fa hex color red value is 227, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e362fa hue: 0.81 , saturation: 0.94 and the lightness value of e362fa is 0.68.

The process color (four color CMYK) of #e362fa color hex is 0.09, 0.61, 0.00, 0.02. Web safe color of #e362fa is #cc66ff. Color #e362fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100010 11111010
Octal 343 142 372
Decimal 227 98 250
Hex E3 62 FA

RGB Percentages of Color #e362fa

%39.48
%17.04
%43.48

CMYK Percentages of Color #e362fa

%9
%61
%0
%2

Triadic Colors of #e362fa

#e362fa #fae362 #62fae3

Analogous Colors of #e362fa

#e362fa #fa62c5 #9762fa

Monochromatic Colors of #e362fa

#e362fa

Complementary Color

#e362fa #79fa62

#e362fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e362fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e362fa Color CSS Codes

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

#e362fa Text Font Color

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

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


#e362fa Background Color

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

This div background color is #e362fa


#e362fa Border Color

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

This div border color is #e362fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e362fa

Related Colors


Comments

No comments written yet.

Please login to write comment.