Color Hex Logo

#e488cc Color Hex

#E488CC
(228,136,204)
0 Favorites   0 Comments

Color spaces of #e488cc

RGB 228136204
HSL0.880.630.71
HSV316°40°89°
CMYK 0.000.400.11   0.11
XYZ51.698238.461961.8258
Yxy38.46190.34020.2531
Hunter Lab62.017740.2675-15.6942
CIE-Lab68.359744.5268-20.1674

#e488cc color RGB value is (228,136,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 11001100
Octal 344 210 314
Decimal 228 136 204
Hex E4 88 CC

RGB Percentages of Color #e488cc

%40.14
%23.94
%35.92

CMYK Percentages of Color #e488cc

%0
%40
%11
%11

Triadic Colors of #e488cc

#e488cc #cce488 #88cce4

Analogous Colors of #e488cc

#e488cc #e4889e #ce88e4

Monochromatic Colors of #e488cc

#e488cc

Complementary Color

#e488cc #88e4a0

#e488cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488cc Color CSS Codes

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

#e488cc Text Font Color

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

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


#e488cc Background Color

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

This div background color is #e488cc


#e488cc Border Color

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

This div border color is #e488cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488cc


Comments

No comments written yet.

Please login to write comment.