Color Hex Logo

#e996ad Color Hex

#E996AD
(233,150,173)
0 Favorites   0 Comments

Color spaces of #e996ad

RGB 233150173
HSL0.950.650.75
HSV343°36°91°
CMYK 0.000.360.26   0.09
XYZ52.053442.153544.9281
Yxy42.15350.37410.3030
Hunter Lab64.925729.49014.4198
CIE-Lab70.976634.17951.0638

#e996ad color RGB value is (233,150,173).

#e996ad hex color red value is 233, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e996ad hue: 0.95 , saturation: 0.65 and the lightness value of e996ad is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 10101101
Octal 351 226 255
Decimal 233 150 173
Hex E9 96 AD

RGB Percentages of Color #e996ad

%41.91
%26.98
%31.12

CMYK Percentages of Color #e996ad

%0
%36
%26
%9

Triadic Colors of #e996ad

#e996ad #ade996 #96ade9

Analogous Colors of #e996ad

#e996ad #e9a996 #e996d7

Monochromatic Colors of #e996ad

#e996ad

Complementary Color

#e996ad #96e9d2

#e996ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e996ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e996ad Color CSS Codes

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

#e996ad Text Font Color

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

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


#e996ad Background Color

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

This div background color is #e996ad


#e996ad Border Color

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

This div border color is #e996ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e996ad


Comments

No comments written yet.

Please login to write comment.