Color Hex Logo

#e20cca Color Hex

#E20CCA
(226,12,202)
0 Favorites   0 Comments

Color spaces of #e20cca

RGB 22612202
HSL0.850.900.47
HSV307°95°89°
CMYK 0.000.950.11   0.11
XYZ42.156220.696057.6500
Yxy20.69600.34980.1717
Hunter Lab45.492985.7955-43.2892
CIE-Lab52.615285.5545-43.4972

#e20cca color RGB value is (226,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001100 11001010
Octal 342 14 312
Decimal 226 12 202
Hex E2 C CA

RGB Percentages of Color #e20cca

%51.36
%2.73
%45.91

CMYK Percentages of Color #e20cca

%0
%95
%11
%11

Triadic Colors of #e20cca

#e20cca #cae20c #0ccae2

Analogous Colors of #e20cca

#e20cca #e20c5f #8f0ce2

Monochromatic Colors of #e20cca

#e20cca

Complementary Color

#e20cca #0ce224

#e20cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20cca Color CSS Codes

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

#e20cca Text Font Color

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

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


#e20cca Background Color

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

This div background color is #e20cca


#e20cca Border Color

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

This div border color is #e20cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,12,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20cca


Comments

No comments written yet.

Please login to write comment.