Color Hex Logo

#e475ea Color Hex

#E475EA
(228,117,234)
0 Favorites   0 Comments

Color spaces of #e475ea

RGB 228117234
HSL0.820.740.69
HSV297°50°92°
CMYK 0.030.500.00   0.08
XYZ53.207535.157181.8236
Yxy35.15710.31260.2066
Hunter Lab59.293456.4151-40.3135
CIE-Lab65.870859.1886-40.6751

#e475ea color RGB value is (228,117,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 11101010
Octal 344 165 352
Decimal 228 117 234
Hex E4 75 EA

RGB Percentages of Color #e475ea

%39.38
%20.21
%40.41

CMYK Percentages of Color #e475ea

%3
%50
%0
%8

Triadic Colors of #e475ea

#e475ea #eae475 #75eae4

Analogous Colors of #e475ea

#e475ea #ea75b6 #aa75ea

Monochromatic Colors of #e475ea

#e475ea

Complementary Color

#e475ea #7bea75

#e475ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e475ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e475ea Color CSS Codes

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

#e475ea Text Font Color

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

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


#e475ea Background Color

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

This div background color is #e475ea


#e475ea Border Color

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

This div border color is #e475ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e475ea


Comments

No comments written yet.

Please login to write comment.