Color Hex Logo

#e985ad Color Hex

#E985AD
(233,133,173)
0 Favorites   0 Comments

Color spaces of #e985ad

RGB 233133173
HSL0.930.690.72
HSV336°43°91°
CMYK 0.000.430.26   0.09
XYZ49.534637.115844.0885
Yxy37.11580.37890.2839
Hunter Lab60.922738.5186-0.2610
CIE-Lab67.363843.0443-4.2318

#e985ad color RGB value is (233,133,173).

#e985ad hex color red value is 233, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e985ad hue: 0.93 , saturation: 0.69 and the lightness value of e985ad is 0.72.

The process color (four color CMYK) of #e985ad color hex is 0.00, 0.43, 0.26, 0.09. Web safe color of #e985ad is #ff9999. Color #e985ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000101 10101101
Octal 351 205 255
Decimal 233 133 173
Hex E9 85 AD

RGB Percentages of Color #e985ad

%43.23
%24.68
%32.10

CMYK Percentages of Color #e985ad

%0
%43
%26
%9

Triadic Colors of #e985ad

#e985ad #ade985 #85ade9

Analogous Colors of #e985ad

#e985ad #e98f85 #e985df

Monochromatic Colors of #e985ad

#e985ad

Complementary Color

#e985ad #85e9c1

#e985ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e985ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e985ad Color CSS Codes

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

#e985ad Text Font Color

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

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


#e985ad Background Color

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

This div background color is #e985ad


#e985ad Border Color

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

This div border color is #e985ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e985ad


Comments

No comments written yet.

Please login to write comment.