Color Hex Logo

#e978ad Color Hex

#E978AD
(233,120,173)
0 Favorites   0 Comments

Color spaces of #e978ad

RGB 233120173
HSL0.920.720.69
HSV332°48°91°
CMYK 0.000.480.26   0.09
XYZ47.863633.773743.5315
Yxy33.77370.38240.2698
Hunter Lab58.115145.3110-3.7309
CIE-Lab64.782549.5941-8.0565

#e978ad color RGB value is (233,120,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111000 10101101
Octal 351 170 255
Decimal 233 120 173
Hex E9 78 AD

RGB Percentages of Color #e978ad

%44.30
%22.81
%32.89

CMYK Percentages of Color #e978ad

%0
%48
%26
%9

Triadic Colors of #e978ad

#e978ad #ade978 #78ade9

Analogous Colors of #e978ad

#e978ad #e97c78 #e978e6

Monochromatic Colors of #e978ad

#e978ad

Complementary Color

#e978ad #78e9b4

#e978ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e978ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e978ad Color CSS Codes

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

#e978ad Text Font Color

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

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


#e978ad Background Color

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

This div background color is #e978ad


#e978ad Border Color

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

This div border color is #e978ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e978ad


Comments

No comments written yet.

Please login to write comment.