Color Hex Logo

#e46bfa Color Hex

#E46BFA
(228,107,250)
0 Favorites   0 Comments

Color spaces of #e46bfa

RGB 228107250
HSL0.810.930.70
HSV291°57°98°
CMYK 0.090.570.00   0.02
XYZ54.507933.911594.1152
Yxy33.91150.29860.1858
Hunter Lab58.233665.1711-55.0590
CIE-Lab64.892366.7365-51.0459

#e46bfa color RGB value is (228,107,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 11111010
Octal 344 153 372
Decimal 228 107 250
Hex E4 6B FA

RGB Percentages of Color #e46bfa

%38.97
%18.29
%42.74

CMYK Percentages of Color #e46bfa

%9
%57
%0
%2

Triadic Colors of #e46bfa

#e46bfa #fae46b #6bfae4

Analogous Colors of #e46bfa

#e46bfa #fa6bc9 #9d6bfa

Monochromatic Colors of #e46bfa

#e46bfa

Complementary Color

#e46bfa #81fa6b

#e46bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46bfa Color CSS Codes

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

#e46bfa Text Font Color

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

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


#e46bfa Background Color

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

This div background color is #e46bfa


#e46bfa Border Color

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

This div border color is #e46bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46bfa


Comments

No comments written yet.

Please login to write comment.