Color Hex Logo

#e489bf Color Hex

#E489BF
(228,137,191)
0 Favorites   0 Comments

Color spaces of #e489bf

RGB 228137191
HSL0.900.630.72
HSV324°40°89°
CMYK 0.000.400.16   0.11
XYZ50.344538.146953.9999
Yxy38.14690.35330.2677
Hunter Lab61.763237.4136-8.6034
CIE-Lab68.128741.9283-13.2602

#e489bf color RGB value is (228,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 10111111
Octal 344 211 277
Decimal 228 137 191
Hex E4 89 BF

RGB Percentages of Color #e489bf

%41.01
%24.64
%34.35

CMYK Percentages of Color #e489bf

%0
%40
%16
%11

Triadic Colors of #e489bf

#e489bf #bfe489 #89bfe4

Analogous Colors of #e489bf

#e489bf #e48992 #dc89e4

Monochromatic Colors of #e489bf

#e489bf

Complementary Color

#e489bf #89e4ae

#e489bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489bf Color CSS Codes

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

#e489bf Text Font Color

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

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


#e489bf Background Color

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

This div background color is #e489bf


#e489bf Border Color

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

This div border color is #e489bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489bf


Comments

No comments written yet.

Please login to write comment.