Color Hex Logo

#8b013e Color Hex

#8B013E
(139,1,62)
0 Favorites   0 Comments

Color spaces of #8b013e

RGB 139162
HSL0.930.990.27
HSV333°99°55°
CMYK 0.000.990.55   0.45
XYZ11.52785.85855.0806
Yxy5.85850.51310.2608
Hunter Lab24.204342.65664.4978
CIE-Lab29.052653.30625.6743

#8b013e color RGB value is (139,1,62).

#8b013e hex color red value is 139, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8b013e hue: 0.93 , saturation: 0.99 and the lightness value of 8b013e is 0.27.

The process color (four color CMYK) of #8b013e color hex is 0.00, 0.99, 0.55, 0.45. Web safe color of #8b013e is #990033. Color #8b013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000001 00111110
Octal 213 1 76
Decimal 139 1 62
Hex 8B 1 3E

RGB Percentages of Color #8b013e

%68.81
%0.50
%30.69

CMYK Percentages of Color #8b013e

%0
%99
%55
%45

Triadic Colors of #8b013e

#8b013e #3e8b01 #013e8b

Analogous Colors of #8b013e

#8b013e #8b0901 #8b0183

Monochromatic Colors of #8b013e

#8b013e

Complementary Color

#8b013e #018b4e

#8b013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b013e Color CSS Codes

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

#8b013e Text Font Color

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

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


#8b013e Background Color

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

This div background color is #8b013e


#8b013e Border Color

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

This div border color is #8b013e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,1,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b013e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b013e;
  -webkit-box-shadow: 1px 1px 3px 2px #8b013e;
  box-shadow:         1px 1px 3px 2px #8b013e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,1,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b013e


Comments

No comments written yet.

Please login to write comment.