Color Hex Logo

#e450ff Color Hex

#E450FF
(228,80,255)
0 Favorites   0 Comments

Color spaces of #e450ff

RGB 22880255
HSL0.811.000.66
HSV291°69°100°
CMYK 0.110.690.00   0.00
XYZ52.913629.451397.5036
Yxy29.45130.29420.1637
Hunter Lab54.269179.0709-68.5363
CIE-Lab61.177978.6566-59.7095

#e450ff color RGB value is (228,80,255).

#e450ff hex color red value is 228, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e450ff hue: 0.81 , saturation: 1.00 and the lightness value of e450ff is 0.66.

The process color (four color CMYK) of #e450ff color hex is 0.11, 0.69, 0.00, 0.00. Web safe color of #e450ff is #cc66ff. Color #e450ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11111111
Octal 344 120 377
Decimal 228 80 255
Hex E4 50 FF

RGB Percentages of Color #e450ff

%40.50
%14.21
%45.29

CMYK Percentages of Color #e450ff

%11
%69
%0
%0

Triadic Colors of #e450ff

#e450ff #ffe450 #50ffe4

Analogous Colors of #e450ff

#e450ff #ff50c3 #8d50ff

Monochromatic Colors of #e450ff

#e450ff

Complementary Color

#e450ff #6bff50

#e450ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450ff Color CSS Codes

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

#e450ff Text Font Color

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

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


#e450ff Background Color

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

This div background color is #e450ff


#e450ff Border Color

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

This div border color is #e450ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450ff


Comments

No comments written yet.

Please login to write comment.