Color Hex Logo

#e997ac Color Hex

#E997AC
(233,151,172)
0 Favorites   0 Comments

Color spaces of #e997ac

RGB 233151172
HSL0.960.650.75
HSV345°35°91°
CMYK 0.000.350.26   0.09
XYZ52.117342.435444.4737
Yxy42.43540.37490.3052
Hunter Lab65.142528.80985.1216
CIE-Lab71.170133.51301.9010

#e997ac color RGB value is (233,151,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010111 10101100
Octal 351 227 254
Decimal 233 151 172
Hex E9 97 AC

RGB Percentages of Color #e997ac

%41.91
%27.16
%30.94

CMYK Percentages of Color #e997ac

%0
%35
%26
%9

Triadic Colors of #e997ac

#e997ac #ace997 #97ace9

Analogous Colors of #e997ac

#e997ac #e9ab97 #e997d5

Monochromatic Colors of #e997ac

#e997ac

Complementary Color

#e997ac #97e9d4

#e997ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e997ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e997ac Color CSS Codes

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

#e997ac Text Font Color

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

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


#e997ac Background Color

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

This div background color is #e997ac


#e997ac Border Color

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

This div border color is #e997ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e997ac


Comments

No comments written yet.

Please login to write comment.