Color Hex Logo

#8b2172 Color Hex

#8B2172
(139,33,114)
0 Favorites   0 Comments

Color spaces of #8b2172

RGB 13933114
HSL0.870.620.34
HSV314°76°55°
CMYK 0.000.760.18   0.45
XYZ14.22867.791616.6736
Yxy7.79160.36770.2014
Hunter Lab27.913442.1401-15.8764
CIE-Lab33.545051.9316-21.5782

#8b2172 color RGB value is (139,33,114).

#8b2172 hex color red value is 139, green value is 33 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8b2172 hue: 0.87 , saturation: 0.62 and the lightness value of 8b2172 is 0.34.

The process color (four color CMYK) of #8b2172 color hex is 0.00, 0.76, 0.18, 0.45. Web safe color of #8b2172 is #993366. Color #8b2172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00100001 01110010
Octal 213 41 162
Decimal 139 33 114
Hex 8B 21 72

RGB Percentages of Color #8b2172

%48.60
%11.54
%39.86

CMYK Percentages of Color #8b2172

%0
%76
%18
%45

Triadic Colors of #8b2172

#8b2172 #728b21 #21728b

Analogous Colors of #8b2172

#8b2172 #8b213d #6f218b

Monochromatic Colors of #8b2172

#8b2172

Complementary Color

#8b2172 #218b3a

#8b2172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b2172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b2172 Color CSS Codes

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

#8b2172 Text Font Color

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

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


#8b2172 Background Color

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

This div background color is #8b2172


#8b2172 Border Color

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

This div border color is #8b2172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b2172


Comments

No comments written yet.

Please login to write comment.