Color Hex Logo

#e153ab Color Hex

#E153AB
(225,83,171)
0 Favorites   0 Comments

Color spaces of #e153ab

RGB 22583171
HSL0.900.700.60
HSV323°63°88°
CMYK 0.000.630.24   0.12
XYZ41.495325.134341.1924
Yxy25.13430.38490.2331
Hunter Lab50.134160.0072-13.6214
CIE-Lab57.206063.7631-18.4318

#e153ab color RGB value is (225,83,171).

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

The process color (four color CMYK) of #e153ab color hex is 0.00, 0.63, 0.24, 0.12. Web safe color of #e153ab is #cc6699. Color #e153ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10101011
Octal 341 123 253
Decimal 225 83 171
Hex E1 53 AB

RGB Percentages of Color #e153ab

%46.97
%17.33
%35.70

CMYK Percentages of Color #e153ab

%0
%63
%24
%12

Triadic Colors of #e153ab

#e153ab #abe153 #53abe1

Analogous Colors of #e153ab

#e153ab #e15364 #d053e1

Monochromatic Colors of #e153ab

#e153ab

Complementary Color

#e153ab #53e189

#e153ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153ab Color CSS Codes

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

#e153ab Text Font Color

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

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


#e153ab Background Color

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

This div background color is #e153ab


#e153ab Border Color

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

This div border color is #e153ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153ab


Comments

No comments written yet.

Please login to write comment.