Color Hex Logo

#e20cce Color Hex

#E20CCE
(226,12,206)
0 Favorites   0 Comments

Color spaces of #e20cce

RGB 22612206
HSL0.850.900.47
HSV306°95°89°
CMYK 0.000.950.09   0.11
XYZ42.636120.887960.1771
Yxy20.88790.34470.1689
Hunter Lab45.703386.5400-46.0743
CIE-Lab52.826686.0847-45.4631

#e20cce color RGB value is (226,12,206).

#e20cce hex color red value is 226, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e20cce hue: 0.85 , saturation: 0.90 and the lightness value of e20cce is 0.47.

The process color (four color CMYK) of #e20cce color hex is 0.00, 0.95, 0.09, 0.11. Web safe color of #e20cce is #cc00cc. Color #e20cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001100 11001110
Octal 342 14 316
Decimal 226 12 206
Hex E2 C CE

RGB Percentages of Color #e20cce

%50.90
%2.70
%46.40

CMYK Percentages of Color #e20cce

%0
%95
%9
%11

Triadic Colors of #e20cce

#e20cce #cee20c #0ccee2

Analogous Colors of #e20cce

#e20cce #e20c63 #8b0ce2

Monochromatic Colors of #e20cce

#e20cce

Complementary Color

#e20cce #0ce220

#e20cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20cce Color CSS Codes

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

#e20cce Text Font Color

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

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


#e20cce Background Color

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

This div background color is #e20cce


#e20cce Border Color

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

This div border color is #e20cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20cce


Comments

No comments written yet.

Please login to write comment.