Color Hex Logo

#e465fa Color Hex

#E465FA
(228,101,250)
0 Favorites   0 Comments

Color spaces of #e465fa

RGB 228101250
HSL0.810.940.69
HSV291°60°98°
CMYK 0.090.600.00   0.02
XYZ53.903932.703593.9138
Yxy32.70350.29860.1812
Hunter Lab57.187068.1752-57.3366
CIE-Lab63.920169.3868-52.5860

#e465fa color RGB value is (228,101,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100101 11111010
Octal 344 145 372
Decimal 228 101 250
Hex E4 65 FA

RGB Percentages of Color #e465fa

%39.38
%17.44
%43.18

CMYK Percentages of Color #e465fa

%9
%60
%0
%2

Triadic Colors of #e465fa

#e465fa #fae465 #65fae4

Analogous Colors of #e465fa

#e465fa #fa65c6 #9a65fa

Monochromatic Colors of #e465fa

#e465fa

Complementary Color

#e465fa #7bfa65

#e465fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e465fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e465fa Color CSS Codes

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

#e465fa Text Font Color

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

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


#e465fa Background Color

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

This div background color is #e465fa


#e465fa Border Color

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

This div border color is #e465fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e465fa


Comments

No comments written yet.

Please login to write comment.