Color Hex Logo

#e488ce Color Hex

#E488CE
(228,136,206)
0 Favorites   0 Comments

Color spaces of #e488ce

RGB 228136206
HSL0.870.630.71
HSV314°40°89°
CMYK 0.000.400.10   0.11
XYZ51.939638.558563.0975
Yxy38.55850.33820.2510
Hunter Lab62.095540.6387-16.7799
CIE-Lab68.430244.8569-21.1735

#e488ce color RGB value is (228,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 11001110
Octal 344 210 316
Decimal 228 136 206
Hex E4 88 CE

RGB Percentages of Color #e488ce

%40.00
%23.86
%36.14

CMYK Percentages of Color #e488ce

%0
%40
%10
%11

Triadic Colors of #e488ce

#e488ce #cee488 #88cee4

Analogous Colors of #e488ce

#e488ce #e488a0 #cc88e4

Monochromatic Colors of #e488ce

#e488ce

Complementary Color

#e488ce #88e49e

#e488ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488ce Color CSS Codes

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

#e488ce Text Font Color

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

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


#e488ce Background Color

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

This div background color is #e488ce


#e488ce Border Color

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

This div border color is #e488ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488ce


Comments

No comments written yet.

Please login to write comment.