Color Hex Logo

#e450ee Color Hex

#E450EE
(228,80,238)
0 Favorites   0 Comments

Color spaces of #e450ee

RGB 22880238
HSL0.820.820.62
HSV296°66°93°
CMYK 0.040.660.00   0.07
XYZ50.296228.404383.7206
Yxy28.40430.30970.1749
Hunter Lab53.295775.1866-55.8299
CIE-Lab60.252375.7493-51.7567

#e450ee color RGB value is (228,80,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11101110
Octal 344 120 356
Decimal 228 80 238
Hex E4 50 EE

RGB Percentages of Color #e450ee

%41.76
%14.65
%43.59

CMYK Percentages of Color #e450ee

%4
%66
%0
%7

Triadic Colors of #e450ee

#e450ee #eee450 #50eee4

Analogous Colors of #e450ee

#e450ee #ee50a9 #9550ee

Monochromatic Colors of #e450ee

#e450ee

Complementary Color

#e450ee #5aee50

#e450ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450ee Color CSS Codes

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

#e450ee Text Font Color

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

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


#e450ee Background Color

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

This div background color is #e450ee


#e450ee Border Color

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

This div border color is #e450ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450ee


Comments

No comments written yet.

Please login to write comment.