Color Hex Logo

#e476ea Color Hex

#E476EA
(228,118,234)
0 Favorites   0 Comments

Color spaces of #e476ea

RGB 228118234
HSL0.820.730.69
HSV297°50°92°
CMYK 0.030.500.00   0.08
XYZ53.324635.391481.8626
Yxy35.39140.31260.2075
Hunter Lab59.490755.8902-39.9430
CIE-Lab66.052358.7085-40.3911

#e476ea color RGB value is (228,118,234).

#e476ea hex color red value is 228, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e476ea hue: 0.82 , saturation: 0.73 and the lightness value of e476ea is 0.69.

The process color (four color CMYK) of #e476ea color hex is 0.03, 0.50, 0.00, 0.08. Web safe color of #e476ea is #cc66ff. Color #e476ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 11101010
Octal 344 166 352
Decimal 228 118 234
Hex E4 76 EA

RGB Percentages of Color #e476ea

%39.31
%20.34
%40.34

CMYK Percentages of Color #e476ea

%3
%50
%0
%8

Triadic Colors of #e476ea

#e476ea #eae476 #76eae4

Analogous Colors of #e476ea

#e476ea #ea76b6 #aa76ea

Monochromatic Colors of #e476ea

#e476ea

Complementary Color

#e476ea #7cea76

#e476ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476ea Color CSS Codes

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

#e476ea Text Font Color

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

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


#e476ea Background Color

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

This div background color is #e476ea


#e476ea Border Color

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

This div border color is #e476ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476ea


Comments

No comments written yet.

Please login to write comment.