Color Hex Logo

#e20cec Color Hex

#E20CEC
(226,12,236)
0 Favorites   0 Comments

Color spaces of #e20cec

RGB 22612236
HSL0.830.900.49
HSV297°95°93°
CMYK 0.040.950.00   0.07
XYZ46.635822.487881.2395
Yxy22.48780.31020.1496
Hunter Lab47.421392.5560-68.3774
CIE-Lab54.540890.3086-59.7759

#e20cec color RGB value is (226,12,236).

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

The process color (four color CMYK) of #e20cec color hex is 0.04, 0.95, 0.00, 0.07. Web safe color of #e20cec is #cc00ff. Color #e20cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001100 11101100
Octal 342 14 354
Decimal 226 12 236
Hex E2 C EC

RGB Percentages of Color #e20cec

%47.68
%2.53
%49.79

CMYK Percentages of Color #e20cec

%4
%95
%0
%7

Triadic Colors of #e20cec

#e20cec #ece20c #0cece2

Analogous Colors of #e20cec

#e20cec #ec0c86 #720cec

Monochromatic Colors of #e20cec

#e20cec

Complementary Color

#e20cec #16ec0c

#e20cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20cec Color CSS Codes

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

#e20cec Text Font Color

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

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


#e20cec Background Color

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

This div background color is #e20cec


#e20cec Border Color

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

This div border color is #e20cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20cec


Comments

No comments written yet.

Please login to write comment.