Color Hex Logo

#e485df Color Hex

#E485DF
(228,133,223)
0 Favorites   0 Comments

Color spaces of #e485df

RGB 228133223
HSL0.840.640.71
HSV303°42°89°
CMYK 0.000.420.02   0.11
XYZ53.701738.596874.4316
Yxy38.59680.32210.2315
Hunter Lab62.126345.5735-27.5451
CIE-Lab68.458249.3079-30.5648

#e485df color RGB value is (228,133,223).

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

The process color (four color CMYK) of #e485df color hex is 0.00, 0.42, 0.02, 0.11. Web safe color of #e485df is #cc99cc. Color #e485df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 11011111
Octal 344 205 337
Decimal 228 133 223
Hex E4 85 DF

RGB Percentages of Color #e485df

%39.04
%22.77
%38.18

CMYK Percentages of Color #e485df

%0
%42
%2
%11

Triadic Colors of #e485df

#e485df #dfe485 #85dfe4

Analogous Colors of #e485df

#e485df #e485b0 #ba85e4

Monochromatic Colors of #e485df

#e485df

Complementary Color

#e485df #85e48a

#e485df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e485df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e485df Color CSS Codes

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

#e485df Text Font Color

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

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


#e485df Background Color

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

This div background color is #e485df


#e485df Border Color

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

This div border color is #e485df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e485df


Comments

No comments written yet.

Please login to write comment.