Color Hex Logo

#e473ea Color Hex

#E473EA
(228,115,234)
0 Favorites   0 Comments

Color spaces of #e473ea

RGB 228115234
HSL0.820.740.68
HSV297°51°92°
CMYK 0.030.510.00   0.08
XYZ52.976934.696081.7467
Yxy34.69600.31270.2048
Hunter Lab58.903357.4599-41.0510
CIE-Lab65.511360.1420-41.2380

#e473ea color RGB value is (228,115,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11101010
Octal 344 163 352
Decimal 228 115 234
Hex E4 73 EA

RGB Percentages of Color #e473ea

%39.51
%19.93
%40.55

CMYK Percentages of Color #e473ea

%3
%51
%0
%8

Triadic Colors of #e473ea

#e473ea #eae473 #73eae4

Analogous Colors of #e473ea

#e473ea #ea73b5 #a973ea

Monochromatic Colors of #e473ea

#e473ea

Complementary Color

#e473ea #79ea73

#e473ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473ea Color CSS Codes

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

#e473ea Text Font Color

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

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


#e473ea Background Color

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

This div background color is #e473ea


#e473ea Border Color

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

This div border color is #e473ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473ea


Comments

No comments written yet.

Please login to write comment.