Color Hex Logo

#e554bd Color Hex

#E554BD
(229,84,189)
0 Favorites   0 Comments

Color spaces of #e554bd

RGB 22984189
HSL0.880.740.61
HSV317°63°90°
CMYK 0.000.630.17   0.10
XYZ44.668726.672850.9382
Yxy26.67280.36530.2181
Hunter Lab51.645764.0058-22.3258
CIE-Lab58.670266.8847-26.5176

#e554bd color RGB value is (229,84,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 10111101
Octal 345 124 275
Decimal 229 84 189
Hex E5 54 BD

RGB Percentages of Color #e554bd

%45.62
%16.73
%37.65

CMYK Percentages of Color #e554bd

%0
%63
%17
%10

Triadic Colors of #e554bd

#e554bd #bde554 #54bde5

Analogous Colors of #e554bd

#e554bd #e55475 #c554e5

Monochromatic Colors of #e554bd

#e554bd

Complementary Color

#e554bd #54e57c

#e554bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554bd Color CSS Codes

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

#e554bd Text Font Color

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

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


#e554bd Background Color

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

This div background color is #e554bd


#e554bd Border Color

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

This div border color is #e554bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554bd


Comments

No comments written yet.

Please login to write comment.