Color Hex Logo

#e46cfb Color Hex

#E46CFB
(228,108,251)
0 Favorites   0 Comments

Color spaces of #e46cfb

RGB 228108251
HSL0.810.950.70
HSV290°57°98°
CMYK 0.090.570.00   0.02
XYZ54.770134.184194.9783
Yxy34.18410.29780.1859
Hunter Lab58.467264.8953-55.3879
CIE-Lab65.108466.4697-51.2538

#e46cfb color RGB value is (228,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 11111011
Octal 344 154 373
Decimal 228 108 251
Hex E4 6C FB

RGB Percentages of Color #e46cfb

%38.84
%18.40
%42.76

CMYK Percentages of Color #e46cfb

%9
%57
%0
%2

Triadic Colors of #e46cfb

#e46cfb #fbe46c #6cfbe4

Analogous Colors of #e46cfb

#e46cfb #fb6ccb #9d6cfb

Monochromatic Colors of #e46cfb

#e46cfb

Complementary Color

#e46cfb #83fb6c

#e46cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46cfb Color CSS Codes

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

#e46cfb Text Font Color

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

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


#e46cfb Background Color

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

This div background color is #e46cfb


#e46cfb Border Color

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

This div border color is #e46cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46cfb


Comments

No comments written yet.

Please login to write comment.