Color Hex Logo

#e106ec Color Hex

#E106EC
(225,6,236)
0 Favorites   0 Comments

Color spaces of #e106ec

RGB 2256236
HSL0.830.950.47
HSV297°97°93°
CMYK 0.050.970.00   0.07
XYZ46.256822.193981.2027
Yxy22.19390.30910.1483
Hunter Lab47.110492.8225-69.2190
CIE-Lab54.232190.5678-60.2807

#e106ec color RGB value is (225,6,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000110 11101100
Octal 341 6 354
Decimal 225 6 236
Hex E1 6 EC

RGB Percentages of Color #e106ec

%48.18
%1.28
%50.54

CMYK Percentages of Color #e106ec

%5
%97
%0
%7

Triadic Colors of #e106ec

#e106ec #ece106 #06ece1

Analogous Colors of #e106ec

#e106ec #ec0684 #6e06ec

Monochromatic Colors of #e106ec

#e106ec

Complementary Color

#e106ec #11ec06

#e106ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e106ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e106ec Color CSS Codes

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

#e106ec Text Font Color

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

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


#e106ec Background Color

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

This div background color is #e106ec


#e106ec Border Color

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

This div border color is #e106ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e106ec


Comments

No comments written yet.

Please login to write comment.