Color Hex Logo

#e199ad Color Hex

#E199AD
(225,153,173)
0 Favorites   0 Comments

Color spaces of #e199ad

RGB 225153173
HSL0.950.550.74
HSV343°32°88°
CMYK 0.000.320.23   0.12
XYZ49.985441.807144.9702
Yxy41.80710.36550.3057
Hunter Lab64.658424.84064.0244
CIE-Lab70.737729.71850.6054

#e199ad color RGB value is (225,153,173).

#e199ad hex color red value is 225, green value is 153 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e199ad hue: 0.95 , saturation: 0.55 and the lightness value of e199ad is 0.74.

The process color (four color CMYK) of #e199ad color hex is 0.00, 0.32, 0.23, 0.12. Web safe color of #e199ad is #cc9999. Color #e199ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 10101101
Octal 341 231 255
Decimal 225 153 173
Hex E1 99 AD

RGB Percentages of Color #e199ad

%40.83
%27.77
%31.40

CMYK Percentages of Color #e199ad

%0
%32
%23
%12

Triadic Colors of #e199ad

#e199ad #ade199 #99ade1

Analogous Colors of #e199ad

#e199ad #e1a999 #e199d1

Monochromatic Colors of #e199ad

#e199ad

Complementary Color

#e199ad #99e1cd

#e199ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199ad Color CSS Codes

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

#e199ad Text Font Color

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

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


#e199ad Background Color

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

This div background color is #e199ad


#e199ad Border Color

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

This div border color is #e199ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199ad


Comments

No comments written yet.

Please login to write comment.