Color Hex Logo

#e455bd Color Hex

#E455BD
(228,85,189)
0 Favorites   0 Comments

Color spaces of #e455bd

RGB 22885189
HSL0.880.730.61
HSV316°63°89°
CMYK 0.000.630.17   0.11
XYZ44.428726.665150.9493
Yxy26.66510.36400.2185
Hunter Lab51.638363.2115-22.3522
CIE-Lab58.663166.2182-26.5413

#e455bd color RGB value is (228,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010101 10111101
Octal 344 125 275
Decimal 228 85 189
Hex E4 55 BD

RGB Percentages of Color #e455bd

%45.42
%16.93
%37.65

CMYK Percentages of Color #e455bd

%0
%63
%17
%11

Triadic Colors of #e455bd

#e455bd #bde455 #55bde4

Analogous Colors of #e455bd

#e455bd #e45576 #c455e4

Monochromatic Colors of #e455bd

#e455bd

Complementary Color

#e455bd #55e47c

#e455bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e455bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e455bd Color CSS Codes

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

#e455bd Text Font Color

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

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


#e455bd Background Color

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

This div background color is #e455bd


#e455bd Border Color

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

This div border color is #e455bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e455bd


Comments

No comments written yet.

Please login to write comment.