Color Hex Logo

#e484bc Color Hex

#E484BC
(228,132,188)
0 Favorites   0 Comments

Color spaces of #e484bc

RGB 228132188
HSL0.900.640.71
HSV325°42°89°
CMYK 0.000.420.18   0.11
XYZ49.323336.627352.0471
Yxy36.62730.35740.2654
Hunter Lab60.520539.5640-8.6245
CIE-Lab66.996544.0547-13.2806

#e484bc color RGB value is (228,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10111100
Octal 344 204 274
Decimal 228 132 188
Hex E4 84 BC

RGB Percentages of Color #e484bc

%41.61
%24.09
%34.31

CMYK Percentages of Color #e484bc

%0
%42
%18
%11

Triadic Colors of #e484bc

#e484bc #bce484 #84bce4

Analogous Colors of #e484bc

#e484bc #e4848c #dc84e4

Monochromatic Colors of #e484bc

#e484bc

Complementary Color

#e484bc #84e4ac

#e484bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484bc Color CSS Codes

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

#e484bc Text Font Color

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

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


#e484bc Background Color

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

This div background color is #e484bc


#e484bc Border Color

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

This div border color is #e484bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484bc


Comments

No comments written yet.

Please login to write comment.