Color Hex Logo

#e153bb Color Hex

#E153BB
(225,83,187)
0 Favorites   0 Comments

Color spaces of #e153bb

RGB 22583187
HSL0.880.700.60
HSV316°63°88°
CMYK 0.000.630.17   0.12
XYZ43.114225.781949.7177
Yxy25.78190.36350.2174
Hunter Lab50.775962.7080-22.5113
CIE-Lab57.829465.9460-26.7172

#e153bb color RGB value is (225,83,187).

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

The process color (four color CMYK) of #e153bb color hex is 0.00, 0.63, 0.17, 0.12. Web safe color of #e153bb is #cc66cc. Color #e153bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10111011
Octal 341 123 273
Decimal 225 83 187
Hex E1 53 BB

RGB Percentages of Color #e153bb

%45.45
%16.77
%37.78

CMYK Percentages of Color #e153bb

%0
%63
%17
%12

Triadic Colors of #e153bb

#e153bb #bbe153 #53bbe1

Analogous Colors of #e153bb

#e153bb #e15374 #c053e1

Monochromatic Colors of #e153bb

#e153bb

Complementary Color

#e153bb #53e179

#e153bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153bb Color CSS Codes

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

#e153bb Text Font Color

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

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


#e153bb Background Color

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

This div background color is #e153bb


#e153bb Border Color

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

This div border color is #e153bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153bb


Comments

No comments written yet.

Please login to write comment.