Color Hex Logo

#e361fa Color Hex

#E361FA
(227,97,250)
0 Favorites   0 Comments

Color spaces of #e361fa

RGB 22797250
HSL0.810.940.68
HSV291°61°98°
CMYK 0.090.610.00   0.02
XYZ53.208631.782493.7727
Yxy31.78240.29760.1778
Hunter Lab56.375969.8138-59.1568
CIE-Lab63.162670.8646-53.7966

#e361fa color RGB value is (227,97,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100001 11111010
Octal 343 141 372
Decimal 227 97 250
Hex E3 61 FA

RGB Percentages of Color #e361fa

%39.55
%16.90
%43.55

CMYK Percentages of Color #e361fa

%9
%61
%0
%2

Triadic Colors of #e361fa

#e361fa #fae361 #61fae3

Analogous Colors of #e361fa

#e361fa #fa61c5 #9761fa

Monochromatic Colors of #e361fa

#e361fa

Complementary Color

#e361fa #78fa61

#e361fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e361fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e361fa Color CSS Codes

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

#e361fa Text Font Color

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

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


#e361fa Background Color

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

This div background color is #e361fa


#e361fa Border Color

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

This div border color is #e361fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e361fa


Comments

No comments written yet.

Please login to write comment.