Color Hex Logo

#e454bd Color Hex

#E454BD
(228,84,189)
0 Favorites   0 Comments

Color spaces of #e454bd

RGB 22884189
HSL0.880.730.61
HSV316°63°89°
CMYK 0.000.630.17   0.11
XYZ44.350526.508850.9233
Yxy26.50880.36420.2177
Hunter Lab51.486763.6577-22.6005
CIE-Lab58.516966.6204-26.7669

#e454bd color RGB value is (228,84,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010100 10111101
Octal 344 124 275
Decimal 228 84 189
Hex E4 54 BD

RGB Percentages of Color #e454bd

%45.51
%16.77
%37.72

CMYK Percentages of Color #e454bd

%0
%63
%17
%11

Triadic Colors of #e454bd

#e454bd #bde454 #54bde4

Analogous Colors of #e454bd

#e454bd #e45475 #c354e4

Monochromatic Colors of #e454bd

#e454bd

Complementary Color

#e454bd #54e47b

#e454bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e454bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e454bd Color CSS Codes

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

#e454bd Text Font Color

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

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


#e454bd Background Color

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

This div background color is #e454bd


#e454bd Border Color

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

This div border color is #e454bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e454bd


Comments

No comments written yet.

Please login to write comment.