Color Hex Logo

#e489ce Color Hex

#E489CE
(228,137,206)
0 Favorites   0 Comments

Color spaces of #e489ce

RGB 228137206
HSL0.870.630.72
HSV315°40°89°
CMYK 0.000.400.10   0.11
XYZ52.081138.841563.1447
Yxy38.84150.33800.2521
Hunter Lab62.322940.1010-16.4457
CIE-Lab68.636344.3397-20.8598

#e489ce color RGB value is (228,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001001 11001110
Octal 344 211 316
Decimal 228 137 206
Hex E4 89 CE

RGB Percentages of Color #e489ce

%39.93
%23.99
%36.08

CMYK Percentages of Color #e489ce

%0
%40
%10
%11

Triadic Colors of #e489ce

#e489ce #cee489 #89cee4

Analogous Colors of #e489ce

#e489ce #e489a1 #cd89e4

Monochromatic Colors of #e489ce

#e489ce

Complementary Color

#e489ce #89e49f

#e489ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e489ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e489ce Color CSS Codes

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

#e489ce Text Font Color

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

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


#e489ce Background Color

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

This div background color is #e489ce


#e489ce Border Color

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

This div border color is #e489ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e489ce


Comments

No comments written yet.

Please login to write comment.