Color Hex Logo

#e973ad Color Hex

#E973AD
(233,115,173)
0 Favorites   0 Comments

Color spaces of #e973ad

RGB 233115173
HSL0.920.730.68
HSV331°51°91°
CMYK 0.000.510.26   0.09
XYZ47.277832.602243.3362
Yxy32.60220.38370.2646
Hunter Lab57.098347.8771-5.0308
CIE-Lab63.837552.0380-9.4652

#e973ad color RGB value is (233,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 10101101
Octal 351 163 255
Decimal 233 115 173
Hex E9 73 AD

RGB Percentages of Color #e973ad

%44.72
%22.07
%33.21

CMYK Percentages of Color #e973ad

%0
%51
%26
%9

Triadic Colors of #e973ad

#e973ad #ade973 #73ade9

Analogous Colors of #e973ad

#e973ad #e97473 #e973e8

Monochromatic Colors of #e973ad

#e973ad

Complementary Color

#e973ad #73e9af

#e973ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973ad Color CSS Codes

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

#e973ad Text Font Color

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

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


#e973ad Background Color

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

This div background color is #e973ad


#e973ad Border Color

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

This div border color is #e973ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973ad


Comments

No comments written yet.

Please login to write comment.