Color Hex Logo

#e949ad Color Hex

#E949AD
(233,73,173)
0 Favorites   0 Comments

Color spaces of #e949ad

RGB 23373173
HSL0.900.780.60
HSV323°69°91°
CMYK 0.000.690.26   0.09
XYZ43.529625.105942.0868
Yxy25.10590.39310.2267
Hunter Lab50.105867.3874-14.7271
CIE-Lab57.178569.9819-19.5187

#e949ad color RGB value is (233,73,173).

#e949ad hex color red value is 233, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e949ad hue: 0.90 , saturation: 0.78 and the lightness value of e949ad is 0.60.

The process color (four color CMYK) of #e949ad color hex is 0.00, 0.69, 0.26, 0.09. Web safe color of #e949ad is #ff3399. Color #e949ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001001 10101101
Octal 351 111 255
Decimal 233 73 173
Hex E9 49 AD

RGB Percentages of Color #e949ad

%48.64
%15.24
%36.12

CMYK Percentages of Color #e949ad

%0
%69
%26
%9

Triadic Colors of #e949ad

#e949ad #ade949 #49ade9

Analogous Colors of #e949ad

#e949ad #e9495d #d549e9

Monochromatic Colors of #e949ad

#e949ad

Complementary Color

#e949ad #49e985

#e949ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e949ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e949ad Color CSS Codes

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

#e949ad Text Font Color

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

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


#e949ad Background Color

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

This div background color is #e949ad


#e949ad Border Color

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

This div border color is #e949ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e949ad


Comments

No comments written yet.

Please login to write comment.