Color Hex Logo

#e455df Color Hex

#E455DF
(228,85,223)
0 Favorites   0 Comments

Color spaces of #e455df

RGB 22885223
HSL0.840.730.61
HSV302°63°89°
CMYK 0.000.630.02   0.11
XYZ48.562728.318772.7186
Yxy28.31870.32460.1893
Hunter Lab53.215369.7669-43.7689
CIE-Lab60.175671.3791-43.4831

#e455df color RGB value is (228,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010101 11011111
Octal 344 125 337
Decimal 228 85 223
Hex E4 55 DF

RGB Percentages of Color #e455df

%42.54
%15.86
%41.60

CMYK Percentages of Color #e455df

%0
%63
%2
%11

Triadic Colors of #e455df

#e455df #dfe455 #55dfe4

Analogous Colors of #e455df

#e455df #e45598 #a255e4

Monochromatic Colors of #e455df

#e455df

Complementary Color

#e455df #55e45a

#e455df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e455df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e455df Color CSS Codes

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

#e455df Text Font Color

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

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


#e455df Background Color

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

This div background color is #e455df


#e455df Border Color

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

This div border color is #e455df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e455df


Comments

No comments written yet.

Please login to write comment.