Color Hex Logo

#e452bb Color Hex

#E452BB
(228,82,187)
0 Favorites   0 Comments

Color spaces of #e452bb

RGB 22882187
HSL0.880.730.61
HSV317°64°89°
CMYK 0.000.640.18   0.11
XYZ43.981826.116449.7366
Yxy26.11640.36700.2179
Hunter Lab51.104264.1900-21.9304
CIE-Lab58.147467.1355-26.1885

#e452bb color RGB value is (228,82,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010010 10111011
Octal 344 122 273
Decimal 228 82 187
Hex E4 52 BB

RGB Percentages of Color #e452bb

%45.88
%16.50
%37.63

CMYK Percentages of Color #e452bb

%0
%64
%18
%11

Triadic Colors of #e452bb

#e452bb #bbe452 #52bbe4

Analogous Colors of #e452bb

#e452bb #e45272 #c452e4

Monochromatic Colors of #e452bb

#e452bb

Complementary Color

#e452bb #52e47b

#e452bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e452bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e452bb Color CSS Codes

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

#e452bb Text Font Color

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

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


#e452bb Background Color

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

This div background color is #e452bb


#e452bb Border Color

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

This div border color is #e452bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e452bb


Comments

No comments written yet.

Please login to write comment.