Color Hex Logo

#e107eb Color Hex

#E107EB
(225,7,235)
0 Favorites   0 Comments

Color spaces of #e107eb

RGB 2257235
HSL0.830.940.47
HSV297°97°92°
CMYK 0.040.970.00   0.08
XYZ46.122722.157780.4432
Yxy22.15770.31010.1490
Hunter Lab47.072092.5244-68.3727
CIE-Lab54.193990.3521-59.7793

#e107eb color RGB value is (225,7,235).

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

The process color (four color CMYK) of #e107eb color hex is 0.04, 0.97, 0.00, 0.08. Web safe color of #e107eb is #cc00ff. Color #e107eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 11101011
Octal 341 7 353
Decimal 225 7 235
Hex E1 7 EB

RGB Percentages of Color #e107eb

%48.18
%1.50
%50.32

CMYK Percentages of Color #e107eb

%4
%97
%0
%8

Triadic Colors of #e107eb

#e107eb #ebe107 #07ebe1

Analogous Colors of #e107eb

#e107eb #eb0783 #6f07eb

Monochromatic Colors of #e107eb

#e107eb

Complementary Color

#e107eb #11eb07

#e107eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e107eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e107eb Color CSS Codes

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

#e107eb Text Font Color

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

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


#e107eb Background Color

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

This div background color is #e107eb


#e107eb Border Color

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

This div border color is #e107eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,7,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e107eb


Comments

No comments written yet.

Please login to write comment.