Color Hex Logo

#e8145c Color Hex

#E8145C
(232,20,92)
0 Favorites   0 Comments

Color spaces of #e8145c

RGB 2322092
HSL0.940.840.49
HSV340°91°91°
CMYK 0.000.910.60   0.09
XYZ35.460618.428811.8133
Yxy18.42880.53970.2805
Hunter Lab42.928872.321613.7345
CIE-Lab50.012175.412618.4245

#e8145c color RGB value is (232,20,92).

#e8145c hex color red value is 232, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e8145c hue: 0.94 , saturation: 0.84 and the lightness value of e8145c is 0.49.

The process color (four color CMYK) of #e8145c color hex is 0.00, 0.91, 0.60, 0.09. Web safe color of #e8145c is #ff0066. Color #e8145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010100 01011100
Octal 350 24 134
Decimal 232 20 92
Hex E8 14 5C

RGB Percentages of Color #e8145c

%67.44
%5.81
%26.74

CMYK Percentages of Color #e8145c

%0
%91
%60
%9

Triadic Colors of #e8145c

#e8145c #5ce814 #145ce8

Analogous Colors of #e8145c

#e8145c #e83614 #e814c6

Monochromatic Colors of #e8145c

#e8145c

Complementary Color

#e8145c #14e8a0

#e8145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8145c Color CSS Codes

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

#e8145c Text Font Color

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

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


#e8145c Background Color

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

This div background color is #e8145c


#e8145c Border Color

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

This div border color is #e8145c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,20,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8145c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8145c;
  -webkit-box-shadow: 1px 1px 3px 2px #e8145c;
  box-shadow:         1px 1px 3px 2px #e8145c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,20,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8145c


Comments

No comments written yet.

Please login to write comment.