Color Hex Logo

#e880cc Color Hex

#E880CC
(232,128,204)
0 Favorites   0 Comments

Color spaces of #e880cc

RGB 232128204
HSL0.880.690.71
HSV316°45°91°
CMYK 0.000.450.12   0.09
XYZ51.897036.953861.5243
Yxy36.95380.34510.2457
Hunter Lab60.789646.0062-17.4538
CIE-Lab67.242449.8654-21.8241

#e880cc color RGB value is (232,128,204).

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

The process color (four color CMYK) of #e880cc color hex is 0.00, 0.45, 0.12, 0.09. Web safe color of #e880cc is #ff99cc. Color #e880cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 11001100
Octal 350 200 314
Decimal 232 128 204
Hex E8 80 CC

RGB Percentages of Color #e880cc

%41.13
%22.70
%36.17

CMYK Percentages of Color #e880cc

%0
%45
%12
%9

Triadic Colors of #e880cc

#e880cc #cce880 #80cce8

Analogous Colors of #e880cc

#e880cc #e88098 #d080e8

Monochromatic Colors of #e880cc

#e880cc

Complementary Color

#e880cc #80e89c

#e880cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e880cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e880cc Color CSS Codes

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

#e880cc Text Font Color

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

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


#e880cc Background Color

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

This div background color is #e880cc


#e880cc Border Color

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

This div border color is #e880cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e880cc


Comments

No comments written yet.

Please login to write comment.