Color Hex Logo

#e473ee Color Hex

#E473EE
(228,115,238)
0 Favorites   0 Comments

Color spaces of #e473ee

RGB 228115238
HSL0.820.780.69
HSV295°52°93°
CMYK 0.040.520.00   0.07
XYZ53.558334.928584.8080
Yxy34.92850.30910.2016
Hunter Lab59.100358.3359-43.7099
CIE-Lab65.693060.8588-43.1661

#e473ee color RGB value is (228,115,238).

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

The process color (four color CMYK) of #e473ee color hex is 0.04, 0.52, 0.00, 0.07. Web safe color of #e473ee is #cc66ff. Color #e473ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11101110
Octal 344 163 356
Decimal 228 115 238
Hex E4 73 EE

RGB Percentages of Color #e473ee

%39.24
%19.79
%40.96

CMYK Percentages of Color #e473ee

%4
%52
%0
%7

Triadic Colors of #e473ee

#e473ee #eee473 #73eee4

Analogous Colors of #e473ee

#e473ee #ee73bb #a773ee

Monochromatic Colors of #e473ee

#e473ee

Complementary Color

#e473ee #7dee73

#e473ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473ee Color CSS Codes

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

#e473ee Text Font Color

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

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


#e473ee Background Color

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

This div background color is #e473ee


#e473ee Border Color

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

This div border color is #e473ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473ee


Comments

No comments written yet.

Please login to write comment.