Color Hex Logo

#e8127c Color Hex

#E8127C
(232,18,124)
0 Favorites   0 Comments

Color spaces of #e8127c

RGB 23218124
HSL0.920.860.49
HSV330°92°91°
CMYK 0.000.920.47   0.09
XYZ37.133119.043720.7874
Yxy19.04370.48250.2474
Hunter Lab43.639175.51972.3047
CIE-Lab50.738377.8548-0.0962

#e8127c color RGB value is (232,18,124).

#e8127c hex color red value is 232, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e8127c hue: 0.92 , saturation: 0.86 and the lightness value of e8127c is 0.49.

The process color (four color CMYK) of #e8127c color hex is 0.00, 0.92, 0.47, 0.09. Web safe color of #e8127c is #ff0066. Color #e8127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010010 01111100
Octal 350 22 174
Decimal 232 18 124
Hex E8 12 7C

RGB Percentages of Color #e8127c

%62.03
%4.81
%33.16

CMYK Percentages of Color #e8127c

%0
%92
%47
%9

Triadic Colors of #e8127c

#e8127c #7ce812 #127ce8

Analogous Colors of #e8127c

#e8127c #e81312 #e812e7

Monochromatic Colors of #e8127c

#e8127c

Complementary Color

#e8127c #12e87e

#e8127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8127c Color CSS Codes

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

#e8127c Text Font Color

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

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


#e8127c Background Color

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

This div background color is #e8127c


#e8127c Border Color

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

This div border color is #e8127c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8127c


Comments

No comments written yet.

Please login to write comment.