Color Hex Logo

#8c1e4a Color Hex

#8C1E4A
(140,30,74)
0 Favorites   0 Comments

Color spaces of #8c1e4a

RGB 1403074
HSL0.930.650.33
HSV336°79°55°
CMYK 0.000.790.47   0.45
XYZ12.51556.99847.1698
Yxy6.99840.46900.2623
Hunter Lab26.454538.15222.4491
CIE-Lab31.803348.32581.6564

#8c1e4a color RGB value is (140,30,74).

#8c1e4a hex color red value is 140, green value is 30 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8c1e4a hue: 0.93 , saturation: 0.65 and the lightness value of 8c1e4a is 0.33.

The process color (four color CMYK) of #8c1e4a color hex is 0.00, 0.79, 0.47, 0.45. Web safe color of #8c1e4a is #993333. Color #8c1e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00011110 01001010
Octal 214 36 112
Decimal 140 30 74
Hex 8C 1E 4A

RGB Percentages of Color #8c1e4a

%57.38
%12.30
%30.33

CMYK Percentages of Color #8c1e4a

%0
%79
%47
%45

Triadic Colors of #8c1e4a

#8c1e4a #4a8c1e #1e4a8c

Analogous Colors of #8c1e4a

#8c1e4a #8c291e #8c1e81

Monochromatic Colors of #8c1e4a

#8c1e4a

Complementary Color

#8c1e4a #1e8c60

#8c1e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c1e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c1e4a Color CSS Codes

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

#8c1e4a Text Font Color

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

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


#8c1e4a Background Color

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

This div background color is #8c1e4a


#8c1e4a Border Color

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

This div border color is #8c1e4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,30,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c1e4a


Comments

No comments written yet.

Please login to write comment.