Color Hex Logo

#e7108e Color Hex

#E7108E
(231,16,142)
0 Favorites   0 Comments

Color spaces of #e7108e

RGB 23116142
HSL0.900.870.48
HSV325°93°91°
CMYK 0.000.930.39   0.09
XYZ38.022819.312527.3148
Yxy19.31250.44920.2281
Hunter Lab43.946077.5357-6.0897
CIE-Lab51.050879.4039-10.5322

#e7108e color RGB value is (231,16,142).

#e7108e hex color red value is 231, green value is 16 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e7108e hue: 0.90 , saturation: 0.87 and the lightness value of e7108e is 0.48.

The process color (four color CMYK) of #e7108e color hex is 0.00, 0.93, 0.39, 0.09. Web safe color of #e7108e is #ff0099. Color #e7108e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 10001110
Octal 347 20 216
Decimal 231 16 142
Hex E7 10 8E

RGB Percentages of Color #e7108e

%59.38
%4.11
%36.50

CMYK Percentages of Color #e7108e

%0
%93
%39
%9

Triadic Colors of #e7108e

#e7108e #8ee710 #108ee7

Analogous Colors of #e7108e

#e7108e #e71022 #d510e7

Monochromatic Colors of #e7108e

#e7108e

Complementary Color

#e7108e #10e769

#e7108e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7108e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7108e Color CSS Codes

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

#e7108e Text Font Color

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

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


#e7108e Background Color

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

This div background color is #e7108e


#e7108e Border Color

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

This div border color is #e7108e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,16,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7108e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7108e;
  -webkit-box-shadow: 1px 1px 3px 2px #e7108e;
  box-shadow:         1px 1px 3px 2px #e7108e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,16,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7108e


Comments

No comments written yet.

Please login to write comment.