Color Hex Logo

#e996a8 Color Hex

#E996A8
(233,150,168)
0 Favorites   0 Comments

Color spaces of #e996a8

RGB 233150168
HSL0.960.650.75
HSV347°36°91°
CMYK 0.000.360.28   0.09
XYZ51.578541.963542.4271
Yxy41.96350.37930.3086
Hunter Lab64.779228.76156.5135
CIE-Lab70.845733.49583.6539

#e996a8 color RGB value is (233,150,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 10101000
Octal 351 226 250
Decimal 233 150 168
Hex E9 96 A8

RGB Percentages of Color #e996a8

%42.29
%27.22
%30.49

CMYK Percentages of Color #e996a8

%0
%36
%28
%9

Triadic Colors of #e996a8

#e996a8 #a8e996 #96a8e9

Analogous Colors of #e996a8

#e996a8 #e9ae96 #e996d2

Monochromatic Colors of #e996a8

#e996a8

Complementary Color

#e996a8 #96e9d7

#e996a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e996a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e996a8 Color CSS Codes

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

#e996a8 Text Font Color

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

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


#e996a8 Background Color

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

This div background color is #e996a8


#e996a8 Border Color

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

This div border color is #e996a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e996a8


Comments

No comments written yet.

Please login to write comment.