Color Hex Logo

#e476fb Color Hex

#E476FB
(228,118,251)
0 Favorites   0 Comments

Color spaces of #e476fb

RGB 228118251
HSL0.800.940.72
HSV290°53°98°
CMYK 0.090.530.00   0.02
XYZ55.885936.415995.3502
Yxy36.41590.29780.1941
Hunter Lab60.345659.7036-51.4404
CIE-Lab66.836561.8278-48.5235

#e476fb color RGB value is (228,118,251).

#e476fb hex color red value is 228, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e476fb hue: 0.80 , saturation: 0.94 and the lightness value of e476fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 11111011
Octal 344 166 373
Decimal 228 118 251
Hex E4 76 FB

RGB Percentages of Color #e476fb

%38.19
%19.77
%42.04

CMYK Percentages of Color #e476fb

%9
%53
%0
%2

Triadic Colors of #e476fb

#e476fb #fbe476 #76fbe4

Analogous Colors of #e476fb

#e476fb #fb76d0 #a276fb

Monochromatic Colors of #e476fb

#e476fb

Complementary Color

#e476fb #8dfb76

#e476fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476fb Color CSS Codes

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

#e476fb Text Font Color

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

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


#e476fb Background Color

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

This div background color is #e476fb


#e476fb Border Color

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

This div border color is #e476fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476fb


Comments

No comments written yet.

Please login to write comment.