Color Hex Logo

#e453ff Color Hex

#E453FF
(228,83,255)
0 Favorites   0 Comments

Color spaces of #e453ff

RGB 22883255
HSL0.811.000.66
HSV291°67°100°
CMYK 0.110.670.00   0.00
XYZ53.138229.900597.5784
Yxy29.90050.29420.1655
Hunter Lab54.681377.7702-67.5256
CIE-Lab61.568377.5550-59.0856

#e453ff color RGB value is (228,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 11111111
Octal 344 123 377
Decimal 228 83 255
Hex E4 53 FF

RGB Percentages of Color #e453ff

%40.28
%14.66
%45.05

CMYK Percentages of Color #e453ff

%11
%67
%0
%0

Triadic Colors of #e453ff

#e453ff #ffe453 #53ffe4

Analogous Colors of #e453ff

#e453ff #ff53c4 #8e53ff

Monochromatic Colors of #e453ff

#e453ff

Complementary Color

#e453ff #6eff53

#e453ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e453ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e453ff Color CSS Codes

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

#e453ff Text Font Color

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

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


#e453ff Background Color

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

This div background color is #e453ff


#e453ff Border Color

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

This div border color is #e453ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e453ff

Related Colors


Comments

No comments written yet.

Please login to write comment.