Color Hex Logo

#e453bb Color Hex

#E453BB
(228,83,187)
0 Favorites   0 Comments

Color spaces of #e453bb

RGB 22883187
HSL0.880.730.61
HSV317°64°89°
CMYK 0.000.640.18   0.11
XYZ44.057826.268349.7619
Yxy26.26830.36690.2187
Hunter Lab51.252663.7502-21.6887
CIE-Lab58.290866.7397-25.9673

#e453bb color RGB value is (228,83,187).

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

The process color (four color CMYK) of #e453bb color hex is 0.00, 0.64, 0.18, 0.11. Web safe color of #e453bb is #cc66cc. Color #e453bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 10111011
Octal 344 123 273
Decimal 228 83 187
Hex E4 53 BB

RGB Percentages of Color #e453bb

%45.78
%16.67
%37.55

CMYK Percentages of Color #e453bb

%0
%64
%18
%11

Triadic Colors of #e453bb

#e453bb #bbe453 #53bbe4

Analogous Colors of #e453bb

#e453bb #e45373 #c553e4

Monochromatic Colors of #e453bb

#e453bb

Complementary Color

#e453bb #53e47c

#e453bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e453bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e453bb Color CSS Codes

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

#e453bb Text Font Color

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

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


#e453bb Background Color

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

This div background color is #e453bb


#e453bb Border Color

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

This div border color is #e453bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e453bb


Comments

No comments written yet.

Please login to write comment.