Color Hex Logo

#8c125e Color Hex

#8C125E
(140,18,94)
0 Favorites   0 Comments

Color spaces of #8c125e

RGB 1401894
HSL0.900.770.31
HSV323°87°55°
CMYK 0.000.870.33   0.45
XYZ13.05196.816211.2174
Yxy6.81620.41990.2193
Hunter Lab26.107943.5474-7.1988
CIE-Lab31.384853.7130-12.0599

#8c125e color RGB value is (140,18,94).

#8c125e hex color red value is 140, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8c125e hue: 0.90 , saturation: 0.77 and the lightness value of 8c125e is 0.31.

The process color (four color CMYK) of #8c125e color hex is 0.00, 0.87, 0.33, 0.45. Web safe color of #8c125e is #990066. Color #8c125e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00010010 01011110
Octal 214 22 136
Decimal 140 18 94
Hex 8C 12 5E

RGB Percentages of Color #8c125e

%55.56
%7.14
%37.30

CMYK Percentages of Color #8c125e

%0
%87
%33
%45

Triadic Colors of #8c125e

#8c125e #5e8c12 #125e8c

Analogous Colors of #8c125e

#8c125e #8c1221 #7d128c

Monochromatic Colors of #8c125e

#8c125e

Complementary Color

#8c125e #128c40

#8c125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c125e Color CSS Codes

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

#8c125e Text Font Color

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

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


#8c125e Background Color

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

This div background color is #8c125e


#8c125e Border Color

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

This div border color is #8c125e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,18,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c125e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c125e;
  -webkit-box-shadow: 1px 1px 3px 2px #8c125e;
  box-shadow:         1px 1px 3px 2px #8c125e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,18,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 #8c125e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c125e


Comments

No comments written yet.

Please login to write comment.