Color Hex Logo

#e46efb Color Hex

#E46EFB
(228,110,251)
0 Favorites   0 Comments

Color spaces of #e46efb

RGB 228110251
HSL0.810.950.71
HSV290°56°98°
CMYK 0.090.560.00   0.02
XYZ54.983434.610995.0494
Yxy34.61090.29780.1874
Hunter Lab58.831063.8716-54.6092
CIE-Lab65.444665.5602-50.7219

#e46efb color RGB value is (228,110,251).

#e46efb hex color red value is 228, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e46efb hue: 0.81 , saturation: 0.95 and the lightness value of e46efb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101110 11111011
Octal 344 156 373
Decimal 228 110 251
Hex E4 6E FB

RGB Percentages of Color #e46efb

%38.71
%18.68
%42.61

CMYK Percentages of Color #e46efb

%9
%56
%0
%2

Triadic Colors of #e46efb

#e46efb #fbe46e #6efbe4

Analogous Colors of #e46efb

#e46efb #fb6ecc #9e6efb

Monochromatic Colors of #e46efb

#e46efb

Complementary Color

#e46efb #85fb6e

#e46efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46efb Color CSS Codes

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

#e46efb Text Font Color

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

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


#e46efb Background Color

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

This div background color is #e46efb


#e46efb Border Color

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

This div border color is #e46efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,110,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e46efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46efb


Comments

No comments written yet.

Please login to write comment.