Color Hex Logo

#e948ad Color Hex

#E948AD
(233,72,173)
0 Favorites   0 Comments

Color spaces of #e948ad

RGB 23372173
HSL0.900.790.60
HSV322°69°91°
CMYK 0.000.690.26   0.09
XYZ43.464524.975542.0651
Yxy24.97550.39330.2260
Hunter Lab49.975567.7872-14.9224
CIE-Lab57.051570.3367-19.7125

#e948ad color RGB value is (233,72,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 10101101
Octal 351 110 255
Decimal 233 72 173
Hex E9 48 AD

RGB Percentages of Color #e948ad

%48.74
%15.06
%36.19

CMYK Percentages of Color #e948ad

%0
%69
%26
%9

Triadic Colors of #e948ad

#e948ad #ade948 #48ade9

Analogous Colors of #e948ad

#e948ad #e9485d #d548e9

Monochromatic Colors of #e948ad

#e948ad

Complementary Color

#e948ad #48e984

#e948ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e948ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e948ad Color CSS Codes

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

#e948ad Text Font Color

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

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


#e948ad Background Color

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

This div background color is #e948ad


#e948ad Border Color

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

This div border color is #e948ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e948ad


Comments

No comments written yet.

Please login to write comment.