Color Hex Logo

#e458bb Color Hex

#E458BB
(228,88,187)
0 Favorites   0 Comments

Color spaces of #e458bb

RGB 22888187
HSL0.880.720.62
HSV318°61°89°
CMYK 0.000.610.18   0.11
XYZ44.454327.061349.8941
Yxy27.06130.36620.2229
Hunter Lab52.020561.5020-20.4521
CIE-Lab59.031064.7066-24.8274

#e458bb color RGB value is (228,88,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011000 10111011
Octal 344 130 273
Decimal 228 88 187
Hex E4 58 BB

RGB Percentages of Color #e458bb

%45.33
%17.50
%37.18

CMYK Percentages of Color #e458bb

%0
%61
%18
%11

Triadic Colors of #e458bb

#e458bb #bbe458 #58bbe4

Analogous Colors of #e458bb

#e458bb #e45875 #c758e4

Monochromatic Colors of #e458bb

#e458bb

Complementary Color

#e458bb #58e481

#e458bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e458bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e458bb Color CSS Codes

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

#e458bb Text Font Color

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

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


#e458bb Background Color

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

This div background color is #e458bb


#e458bb Border Color

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

This div border color is #e458bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e458bb


Comments

No comments written yet.

Please login to write comment.