Color Hex Logo

#e7105e Color Hex

#E7105E
(231,16,94)
0 Favorites   0 Comments

Color spaces of #e7105e

RGB 2311694
HSL0.940.870.48
HSV338°93°91°
CMYK 0.000.930.59   0.09
XYZ35.160718.167712.2432
Yxy18.16770.53620.2771
Hunter Lab42.623672.655512.8060
CIE-Lab49.698975.745116.7411

#e7105e color RGB value is (231,16,94).

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

The process color (four color CMYK) of #e7105e color hex is 0.00, 0.93, 0.59, 0.09. Web safe color of #e7105e is #ff0066. Color #e7105e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 01011110
Octal 347 20 136
Decimal 231 16 94
Hex E7 10 5E

RGB Percentages of Color #e7105e

%67.74
%4.69
%27.57

CMYK Percentages of Color #e7105e

%0
%93
%59
%9

Triadic Colors of #e7105e

#e7105e #5ee710 #105ee7

Analogous Colors of #e7105e

#e7105e #e72e10 #e710ca

Monochromatic Colors of #e7105e

#e7105e

Complementary Color

#e7105e #10e799

#e7105e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7105e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7105e Color CSS Codes

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

#e7105e Text Font Color

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

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


#e7105e Background Color

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

This div background color is #e7105e


#e7105e Border Color

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

This div border color is #e7105e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7105e


Comments

No comments written yet.

Please login to write comment.