Color Hex Logo

#e484bd Color Hex

#E484BD
(228,132,189)
0 Favorites   0 Comments

Color spaces of #e484bd

RGB 228132189
HSL0.900.640.71
HSV324°42°89°
CMYK 0.000.420.17   0.11
XYZ49.431536.670652.6169
Yxy36.67060.35630.2644
Hunter Lab60.556339.7344-9.1273
CIE-Lab67.029244.2074-13.7928

#e484bd color RGB value is (228,132,189).

#e484bd hex color red value is 228, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e484bd hue: 0.90 , saturation: 0.64 and the lightness value of e484bd is 0.71.

The process color (four color CMYK) of #e484bd color hex is 0.00, 0.42, 0.17, 0.11. Web safe color of #e484bd is #cc99cc. Color #e484bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10111101
Octal 344 204 275
Decimal 228 132 189
Hex E4 84 BD

RGB Percentages of Color #e484bd

%41.53
%24.04
%34.43

CMYK Percentages of Color #e484bd

%0
%42
%17
%11

Triadic Colors of #e484bd

#e484bd #bde484 #84bde4

Analogous Colors of #e484bd

#e484bd #e4848d #db84e4

Monochromatic Colors of #e484bd

#e484bd

Complementary Color

#e484bd #84e4ab

#e484bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484bd Color CSS Codes

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

#e484bd Text Font Color

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

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


#e484bd Background Color

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

This div background color is #e484bd


#e484bd Border Color

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

This div border color is #e484bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484bd


Comments

No comments written yet.

Please login to write comment.