Color Hex Logo

#e489bc Color Hex

#E489BC
(228,137,188)
0 Favorites   0 Comments

Color spaces of #e489bc

RGB 228137188
HSL0.910.630.72
HSV326°40°89°
CMYK 0.000.400.18   0.11
XYZ50.017738.016152.2786
Yxy38.01610.35650.2709
Hunter Lab61.657236.9031-7.1114
CIE-Lab68.032541.4660-11.7259

#e489bc color RGB value is (228,137,188).

#e489bc hex color red value is 228, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e489bc hue: 0.91 , saturation: 0.63 and the lightness value of e489bc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 10111100
Octal 344 211 274
Decimal 228 137 188
Hex E4 89 BC

RGB Percentages of Color #e489bc

%41.23
%24.77
%34.00

CMYK Percentages of Color #e489bc

%0
%40
%18
%11

Triadic Colors of #e489bc

#e489bc #bce489 #89bce4

Analogous Colors of #e489bc

#e489bc #e4898f #df89e4

Monochromatic Colors of #e489bc

#e489bc

Complementary Color

#e489bc #89e4b1

#e489bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489bc Color CSS Codes

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

#e489bc Text Font Color

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

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


#e489bc Background Color

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

This div background color is #e489bc


#e489bc Border Color

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

This div border color is #e489bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489bc


Comments

No comments written yet.

Please login to write comment.