Color Hex Logo

#e107ec Color Hex

#E107EC
(225,7,236)
0 Favorites   0 Comments

Color spaces of #e107ec

RGB 2257236
HSL0.830.940.48
HSV297°97°93°
CMYK 0.050.970.00   0.07
XYZ46.267622.215681.2064
Yxy22.21560.30910.1484
Hunter Lab47.133492.7375-69.1576
CIE-Lab54.255090.4998-60.2440

#e107ec color RGB value is (225,7,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 11101100
Octal 341 7 354
Decimal 225 7 236
Hex E1 7 EC

RGB Percentages of Color #e107ec

%48.08
%1.50
%50.43

CMYK Percentages of Color #e107ec

%5
%97
%0
%7

Triadic Colors of #e107ec

#e107ec #ece107 #07ece1

Analogous Colors of #e107ec

#e107ec #ec0785 #6f07ec

Monochromatic Colors of #e107ec

#e107ec

Complementary Color

#e107ec #12ec07

#e107ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e107ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e107ec Color CSS Codes

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

#e107ec Text Font Color

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

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


#e107ec Background Color

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

This div background color is #e107ec


#e107ec Border Color

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

This div border color is #e107ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e107ec


Comments

No comments written yet.

Please login to write comment.