Color Hex Logo

#e975ac Color Hex

#E975AC
(233,117,172)
0 Favorites   0 Comments

Color spaces of #e975ac

RGB 233117172
HSL0.920.730.69
HSV332°50°91°
CMYK 0.000.500.26   0.09
XYZ47.412033.024842.9053
Yxy33.02480.38440.2677
Hunter Lab57.467246.6997-4.0392
CIE-Lab64.181050.9320-8.3838

#e975ac color RGB value is (233,117,172).

#e975ac hex color red value is 233, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e975ac hue: 0.92 , saturation: 0.73 and the lightness value of e975ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 10101100
Octal 351 165 254
Decimal 233 117 172
Hex E9 75 AC

RGB Percentages of Color #e975ac

%44.64
%22.41
%32.95

CMYK Percentages of Color #e975ac

%0
%50
%26
%9

Triadic Colors of #e975ac

#e975ac #ace975 #75ace9

Analogous Colors of #e975ac

#e975ac #e97875 #e975e6

Monochromatic Colors of #e975ac

#e975ac

Complementary Color

#e975ac #75e9b2

#e975ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e975ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e975ac Color CSS Codes

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

#e975ac Text Font Color

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

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


#e975ac Background Color

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

This div background color is #e975ac


#e975ac Border Color

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

This div border color is #e975ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e975ac


Comments

No comments written yet.

Please login to write comment.