Color Hex Logo

#e953ab Color Hex

#E953AB
(233,83,171)
0 Favorites   0 Comments

Color spaces of #e953ab

RGB 23383171
HSL0.900.770.62
HSV325°64°91°
CMYK 0.000.640.27   0.09
XYZ44.048226.450441.3119
Yxy26.45040.39400.2366
Hunter Lab51.430062.8774-11.6246
CIE-Lab58.462165.9733-16.4059

#e953ab color RGB value is (233,83,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 10101011
Octal 351 123 253
Decimal 233 83 171
Hex E9 53 AB

RGB Percentages of Color #e953ab

%47.84
%17.04
%35.11

CMYK Percentages of Color #e953ab

%0
%64
%27
%9

Triadic Colors of #e953ab

#e953ab #abe953 #53abe9

Analogous Colors of #e953ab

#e953ab #e95360 #dc53e9

Monochromatic Colors of #e953ab

#e953ab

Complementary Color

#e953ab #53e991

#e953ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e953ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e953ab Color CSS Codes

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

#e953ab Text Font Color

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

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


#e953ab Background Color

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

This div background color is #e953ab


#e953ab Border Color

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

This div border color is #e953ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,83,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e953ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e953ab


Comments

No comments written yet.

Please login to write comment.