Color Hex Logo

#e489cd Color Hex

#E489CD
(228,137,205)
0 Favorites   0 Comments

Color spaces of #e489cd

RGB 228137205
HSL0.880.630.72
HSV315°40°89°
CMYK 0.000.400.10   0.11
XYZ51.960038.793162.5068
Yxy38.79310.33900.2531
Hunter Lab62.284139.9150-15.9031
CIE-Lab68.601144.1739-20.3569

#e489cd color RGB value is (228,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 11001101
Octal 344 211 315
Decimal 228 137 205
Hex E4 89 CD

RGB Percentages of Color #e489cd

%40.00
%24.04
%35.96

CMYK Percentages of Color #e489cd

%0
%40
%10
%11

Triadic Colors of #e489cd

#e489cd #cde489 #89cde4

Analogous Colors of #e489cd

#e489cd #e489a0 #ce89e4

Monochromatic Colors of #e489cd

#e489cd

Complementary Color

#e489cd #89e4a0

#e489cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489cd Color CSS Codes

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

#e489cd Text Font Color

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

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


#e489cd Background Color

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

This div background color is #e489cd


#e489cd Border Color

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

This div border color is #e489cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489cd


Comments

No comments written yet.

Please login to write comment.