Color Hex Logo

#8a184b Color Hex

#8A184B
(138,24,75)
0 Favorites   0 Comments

Color spaces of #8a184b

RGB 1382475
HSL0.930.700.32
HSV333°83°54°
CMYK 0.000.830.46   0.46
XYZ12.07796.56457.2871
Yxy6.56450.46580.2532
Hunter Lab25.621339.30791.0719
CIE-Lab30.794249.6753-0.5214

#8a184b color RGB value is (138,24,75).

#8a184b hex color red value is 138, green value is 24 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #8a184b hue: 0.93 , saturation: 0.70 and the lightness value of 8a184b is 0.32.

The process color (four color CMYK) of #8a184b color hex is 0.00, 0.83, 0.46, 0.46. Web safe color of #8a184b is #990033. Color #8a184b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011000 01001011
Octal 212 30 113
Decimal 138 24 75
Hex 8A 18 4B

RGB Percentages of Color #8a184b

%58.23
%10.13
%31.65

CMYK Percentages of Color #8a184b

%0
%83
%46
%46

Triadic Colors of #8a184b

#8a184b #4b8a18 #184b8a

Analogous Colors of #8a184b

#8a184b #8a1e18 #8a1884

Monochromatic Colors of #8a184b

#8a184b

Complementary Color

#8a184b #188a57

#8a184b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a184b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a184b Color CSS Codes

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

#8a184b Text Font Color

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

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


#8a184b Background Color

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

This div background color is #8a184b


#8a184b Border Color

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

This div border color is #8a184b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,24,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a184b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a184b;
  -webkit-box-shadow: 1px 1px 3px 2px #8a184b;
  box-shadow:         1px 1px 3px 2px #8a184b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,24,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a184b


Comments

No comments written yet.

Please login to write comment.