Color Hex Logo

#e953ad Color Hex

#E953AD
(233,83,173)
0 Favorites   0 Comments

Color spaces of #e953ad

RGB 23383173
HSL0.900.770.62
HSV324°64°91°
CMYK 0.000.640.26   0.09
XYZ44.240426.527342.3237
Yxy26.52730.39120.2346
Hunter Lab51.504763.1911-12.6680
CIE-Lab58.534266.2246-17.4541

#e953ad color RGB value is (233,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 10101101
Octal 351 123 255
Decimal 233 83 173
Hex E9 53 AD

RGB Percentages of Color #e953ad

%47.65
%16.97
%35.38

CMYK Percentages of Color #e953ad

%0
%64
%26
%9

Triadic Colors of #e953ad

#e953ad #ade953 #53ade9

Analogous Colors of #e953ad

#e953ad #e95362 #da53e9

Monochromatic Colors of #e953ad

#e953ad

Complementary Color

#e953ad #53e98f

#e953ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e953ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e953ad Color CSS Codes

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

#e953ad Text Font Color

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

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


#e953ad Background Color

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

This div background color is #e953ad


#e953ad Border Color

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

This div border color is #e953ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e953ad


Comments

No comments written yet.

Please login to write comment.