Color Hex Logo

#e450de Color Hex

#E450DE
(228,80,222)
0 Favorites   0 Comments

Color spaces of #e450de

RGB 22880222
HSL0.840.730.60
HSV302°65°89°
CMYK 0.000.650.03   0.11
XYZ48.048427.505271.8839
Yxy27.50520.32590.1866
Hunter Lab52.445471.7552-44.5536
CIE-Lab59.439173.1376-44.0815

#e450de color RGB value is (228,80,222).

#e450de hex color red value is 228, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e450de hue: 0.84 , saturation: 0.73 and the lightness value of e450de is 0.60.

The process color (four color CMYK) of #e450de color hex is 0.00, 0.65, 0.03, 0.11. Web safe color of #e450de is #cc66cc. Color #e450de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11011110
Octal 344 120 336
Decimal 228 80 222
Hex E4 50 DE

RGB Percentages of Color #e450de

%43.02
%15.09
%41.89

CMYK Percentages of Color #e450de

%0
%65
%3
%11

Triadic Colors of #e450de

#e450de #dee450 #50dee4

Analogous Colors of #e450de

#e450de #e45094 #a050e4

Monochromatic Colors of #e450de

#e450de

Complementary Color

#e450de #50e456

#e450de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450de Color CSS Codes

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

#e450de Text Font Color

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

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


#e450de Background Color

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

This div background color is #e450de


#e450de Border Color

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

This div border color is #e450de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450de


Comments

No comments written yet.

Please login to write comment.