Color Hex Logo

#e450df Color Hex

#E450DF
(228,80,223)
0 Favorites   0 Comments

Color spaces of #e450df

RGB 22880223
HSL0.840.730.60
HSV302°65°89°
CMYK 0.000.650.02   0.11
XYZ48.182927.559072.5919
Yxy27.55900.32480.1858
Hunter Lab52.496771.9631-45.2380
CIE-Lab59.488273.2971-44.5666

#e450df color RGB value is (228,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11011111
Octal 344 120 337
Decimal 228 80 223
Hex E4 50 DF

RGB Percentages of Color #e450df

%42.94
%15.07
%42.00

CMYK Percentages of Color #e450df

%0
%65
%2
%11

Triadic Colors of #e450df

#e450df #dfe450 #50dfe4

Analogous Colors of #e450df

#e450df #e45095 #9f50e4

Monochromatic Colors of #e450df

#e450df

Complementary Color

#e450df #50e455

#e450df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450df Color CSS Codes

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

#e450df Text Font Color

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

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


#e450df Background Color

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

This div background color is #e450df


#e450df Border Color

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

This div border color is #e450df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450df


Comments

No comments written yet.

Please login to write comment.