Color Hex Logo

#e080ce Color Hex

#E080CE
(224,128,206)
0 Favorites   0 Comments

Color spaces of #e080ce

RGB 224128206
HSL0.860.610.69
HSV311°43°88°
CMYK 0.000.430.08   0.12
XYZ49.600235.741962.6772
Yxy35.74190.33510.2415
Hunter Lab59.784543.4695-20.3096
CIE-Lab66.322247.7114-24.4369

#e080ce color RGB value is (224,128,206).

#e080ce hex color red value is 224, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e080ce hue: 0.86 , saturation: 0.61 and the lightness value of e080ce is 0.69.

The process color (four color CMYK) of #e080ce color hex is 0.00, 0.43, 0.08, 0.12. Web safe color of #e080ce is #cc99cc. Color #e080ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 11001110
Octal 340 200 316
Decimal 224 128 206
Hex E0 80 CE

RGB Percentages of Color #e080ce

%40.14
%22.94
%36.92

CMYK Percentages of Color #e080ce

%0
%43
%8
%12

Triadic Colors of #e080ce

#e080ce #cee080 #80cee0

Analogous Colors of #e080ce

#e080ce #e0809e #c280e0

Monochromatic Colors of #e080ce

#e080ce

Complementary Color

#e080ce #80e092

#e080ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e080ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e080ce Color CSS Codes

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

#e080ce Text Font Color

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

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


#e080ce Background Color

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

This div background color is #e080ce


#e080ce Border Color

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

This div border color is #e080ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e080ce


Comments

No comments written yet.

Please login to write comment.