Color Hex Logo

#e975ad Color Hex

#E975AD
(233,117,173)
0 Favorites   0 Comments

Color spaces of #e975ad

RGB 233117173
HSL0.920.730.69
HSV331°50°91°
CMYK 0.000.500.26   0.09
XYZ47.508433.063343.4131
Yxy33.06330.38320.2667
Hunter Lab57.500746.8546-4.5135
CIE-Lab64.212151.0663-8.9063

#e975ad color RGB value is (233,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 10101101
Octal 351 165 255
Decimal 233 117 173
Hex E9 75 AD

RGB Percentages of Color #e975ad

%44.55
%22.37
%33.08

CMYK Percentages of Color #e975ad

%0
%50
%26
%9

Triadic Colors of #e975ad

#e975ad #ade975 #75ade9

Analogous Colors of #e975ad

#e975ad #e97775 #e975e7

Monochromatic Colors of #e975ad

#e975ad

Complementary Color

#e975ad #75e9b1

#e975ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e975ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e975ad Color CSS Codes

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

#e975ad Text Font Color

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

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


#e975ad Background Color

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

This div background color is #e975ad


#e975ad Border Color

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

This div border color is #e975ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e975ad


Comments

No comments written yet.

Please login to write comment.