Color Hex Logo

#e10cec Color Hex

#E10CEC
(225,12,236)
0 Favorites   0 Comments

Color spaces of #e10cec

RGB 22512236
HSL0.830.900.49
HSV297°95°93°
CMYK 0.050.950.00   0.07
XYZ46.323122.326681.2248
Yxy22.32660.30910.1490
Hunter Lab47.251092.3053-68.8441
CIE-Lab54.371890.1535-60.0563

#e10cec color RGB value is (225,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 11101100
Octal 341 14 354
Decimal 225 12 236
Hex E1 C EC

RGB Percentages of Color #e10cec

%47.57
%2.54
%49.89

CMYK Percentages of Color #e10cec

%5
%95
%0
%7

Triadic Colors of #e10cec

#e10cec #ece10c #0cece1

Analogous Colors of #e10cec

#e10cec #ec0c87 #710cec

Monochromatic Colors of #e10cec

#e10cec

Complementary Color

#e10cec #17ec0c

#e10cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10cec Color CSS Codes

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

#e10cec Text Font Color

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

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


#e10cec Background Color

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

This div background color is #e10cec


#e10cec Border Color

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

This div border color is #e10cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10cec


Comments

No comments written yet.

Please login to write comment.