Color Hex Logo

#e185df Color Hex

#E185DF
(225,133,223)
0 Favorites   0 Comments

Color spaces of #e185df

RGB 225133223
HSL0.840.610.70
HSV301°41°88°
CMYK 0.000.410.01   0.12
XYZ52.758138.110374.3874
Yxy38.11030.31930.2306
Hunter Lab61.733544.5142-28.2295
CIE-Lab68.101848.4086-31.1443

#e185df color RGB value is (225,133,223).

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

The process color (four color CMYK) of #e185df color hex is 0.00, 0.41, 0.01, 0.12. Web safe color of #e185df is #cc99cc. Color #e185df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11011111
Octal 341 205 337
Decimal 225 133 223
Hex E1 85 DF

RGB Percentages of Color #e185df

%38.73
%22.89
%38.38

CMYK Percentages of Color #e185df

%0
%41
%1
%12

Triadic Colors of #e185df

#e185df #dfe185 #85dfe1

Analogous Colors of #e185df

#e185df #e185b1 #b585e1

Monochromatic Colors of #e185df

#e185df

Complementary Color

#e185df #85e187

#e185df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185df Color CSS Codes

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

#e185df Text Font Color

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

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


#e185df Background Color

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

This div background color is #e185df


#e185df Border Color

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

This div border color is #e185df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185df


Comments

No comments written yet.

Please login to write comment.