Color Hex Logo

#e685df Color Hex

#E685DF
(230,133,223)
0 Favorites   0 Comments

Color spaces of #e685df

RGB 230133223
HSL0.850.660.71
HSV304°42°90°
CMYK 0.000.420.03   0.10
XYZ54.339938.925874.4614
Yxy38.92580.32400.2321
Hunter Lab62.390546.2836-27.0876
CIE-Lab68.697549.9075-30.1757

#e685df color RGB value is (230,133,223).

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

The process color (four color CMYK) of #e685df color hex is 0.00, 0.42, 0.03, 0.10. Web safe color of #e685df is #ff99cc. Color #e685df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000101 11011111
Octal 346 205 337
Decimal 230 133 223
Hex E6 85 DF

RGB Percentages of Color #e685df

%39.25
%22.70
%38.05

CMYK Percentages of Color #e685df

%0
%42
%3
%10

Triadic Colors of #e685df

#e685df #dfe685 #85dfe6

Analogous Colors of #e685df

#e685df #e685af #bd85e6

Monochromatic Colors of #e685df

#e685df

Complementary Color

#e685df #85e68c

#e685df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e685df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e685df Color CSS Codes

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

#e685df Text Font Color

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

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


#e685df Background Color

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

This div background color is #e685df


#e685df Border Color

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

This div border color is #e685df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e685df


Comments

No comments written yet.

Please login to write comment.