Color Hex Logo

#e185dd Color Hex

#E185DD
(225,133,221)
0 Favorites   0 Comments

Color spaces of #e185dd

RGB 225133221
HSL0.840.610.70
HSV303°41°88°
CMYK 0.000.410.02   0.12
XYZ52.490038.003172.9754
Yxy38.00310.32110.2325
Hunter Lab61.646744.1049-27.0330
CIE-Lab68.022948.0516-30.1588

#e185dd color RGB value is (225,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11011101
Octal 341 205 335
Decimal 225 133 221
Hex E1 85 DD

RGB Percentages of Color #e185dd

%38.86
%22.97
%38.17

CMYK Percentages of Color #e185dd

%0
%41
%2
%12

Triadic Colors of #e185dd

#e185dd #dde185 #85dde1

Analogous Colors of #e185dd

#e185dd #e185af #b785e1

Monochromatic Colors of #e185dd

#e185dd

Complementary Color

#e185dd #85e189

#e185dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185dd Color CSS Codes

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

#e185dd Text Font Color

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

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


#e185dd Background Color

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

This div background color is #e185dd


#e185dd Border Color

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

This div border color is #e185dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,133,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185dd


Comments

No comments written yet.

Please login to write comment.