Color Hex Logo

#e020ce Color Hex

#E020CE
(224,32,206)
0 Favorites   0 Comments

Color spaces of #e020ce

RGB 22432206
HSL0.850.760.50
HSV306°86°88°
CMYK 0.000.860.08   0.12
XYZ42.397621.336560.2763
Yxy21.33650.34190.1721
Hunter Lab46.191483.0042-45.0349
CIE-Lab53.315883.2609-44.7098

#e020ce color RGB value is (224,32,206).

#e020ce hex color red value is 224, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e020ce hue: 0.85 , saturation: 0.76 and the lightness value of e020ce is 0.50.

The process color (four color CMYK) of #e020ce color hex is 0.00, 0.86, 0.08, 0.12. Web safe color of #e020ce is #cc33cc. Color #e020ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100000 11001110
Octal 340 40 316
Decimal 224 32 206
Hex E0 20 CE

RGB Percentages of Color #e020ce

%48.48
%6.93
%44.59

CMYK Percentages of Color #e020ce

%0
%86
%8
%12

Triadic Colors of #e020ce

#e020ce #cee020 #20cee0

Analogous Colors of #e020ce

#e020ce #e0206e #9220e0

Monochromatic Colors of #e020ce

#e020ce

Complementary Color

#e020ce #20e032

#e020ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e020ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e020ce Color CSS Codes

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

#e020ce Text Font Color

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

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


#e020ce Background Color

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

This div background color is #e020ce


#e020ce Border Color

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

This div border color is #e020ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e020ce


Comments

No comments written yet.

Please login to write comment.