Color Hex Logo

#e958ac Color Hex

#E958AC
(233,88,172)
0 Favorites   0 Comments

Color spaces of #e958ac

RGB 23388172
HSL0.900.770.63
HSV325°62°91°
CMYK 0.000.620.26   0.09
XYZ44.540427.281641.9481
Yxy27.28160.39150.2398
Hunter Lab52.231860.8094-11.0544
CIE-Lab59.234164.0818-15.8144

#e958ac color RGB value is (233,88,172).

#e958ac hex color red value is 233, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e958ac hue: 0.90 , saturation: 0.77 and the lightness value of e958ac is 0.63.

The process color (four color CMYK) of #e958ac color hex is 0.00, 0.62, 0.26, 0.09. Web safe color of #e958ac is #ff6699. Color #e958ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011000 10101100
Octal 351 130 254
Decimal 233 88 172
Hex E9 58 AC

RGB Percentages of Color #e958ac

%47.26
%17.85
%34.89

CMYK Percentages of Color #e958ac

%0
%62
%26
%9

Triadic Colors of #e958ac

#e958ac #ace958 #58ace9

Analogous Colors of #e958ac

#e958ac #e95864 #de58e9

Monochromatic Colors of #e958ac

#e958ac

Complementary Color

#e958ac #58e995

#e958ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e958ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e958ac Color CSS Codes

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

#e958ac Text Font Color

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

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


#e958ac Background Color

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

This div background color is #e958ac


#e958ac Border Color

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

This div border color is #e958ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e958ac


Comments

No comments written yet.

Please login to write comment.