Color Hex Logo

#e461fa Color Hex

#E461FA
(228,97,250)
0 Favorites   0 Comments

Color spaces of #e461fa

RGB 22897250
HSL0.810.940.68
HSV291°61°98°
CMYK 0.090.610.00   0.02
XYZ53.524931.945593.7875
Yxy31.94550.29860.1782
Hunter Lab56.520470.1293-58.8191
CIE-Lab63.297871.0968-53.5736

#e461fa color RGB value is (228,97,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100001 11111010
Octal 344 141 372
Decimal 228 97 250
Hex E4 61 FA

RGB Percentages of Color #e461fa

%39.65
%16.87
%43.48

CMYK Percentages of Color #e461fa

%9
%61
%0
%2

Triadic Colors of #e461fa

#e461fa #fae461 #61fae4

Analogous Colors of #e461fa

#e461fa #fa61c4 #9861fa

Monochromatic Colors of #e461fa

#e461fa

Complementary Color

#e461fa #77fa61

#e461fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e461fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e461fa Color CSS Codes

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

#e461fa Text Font Color

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

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


#e461fa Background Color

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

This div background color is #e461fa


#e461fa Border Color

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

This div border color is #e461fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e461fa

Related Colors


Comments

No comments written yet.

Please login to write comment.