Color Hex Logo

#e457bd Color Hex

#E457BD
(228,87,189)
0 Favorites   0 Comments

Color spaces of #e457bd

RGB 22887189
HSL0.880.720.62
HSV317°62°89°
CMYK 0.000.620.17   0.11
XYZ44.588426.984551.0026
Yxy26.98450.36380.2201
Hunter Lab51.946662.3090-21.8499
CIE-Lab58.960065.4027-26.0834

#e457bd color RGB value is (228,87,189).

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

The process color (four color CMYK) of #e457bd color hex is 0.00, 0.62, 0.17, 0.11. Web safe color of #e457bd is #cc66cc. Color #e457bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010111 10111101
Octal 344 127 275
Decimal 228 87 189
Hex E4 57 BD

RGB Percentages of Color #e457bd

%45.24
%17.26
%37.50

CMYK Percentages of Color #e457bd

%0
%62
%17
%11

Triadic Colors of #e457bd

#e457bd #bde457 #57bde4

Analogous Colors of #e457bd

#e457bd #e45777 #c557e4

Monochromatic Colors of #e457bd

#e457bd

Complementary Color

#e457bd #57e47e

#e457bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e457bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e457bd Color CSS Codes

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

#e457bd Text Font Color

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

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


#e457bd Background Color

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

This div background color is #e457bd


#e457bd Border Color

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

This div border color is #e457bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,87,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e457bd


Comments

No comments written yet.

Please login to write comment.