Color Hex Logo

#8b468e Color Hex

#8B468E
(139,70,142)
0 Favorites   0 Comments

Color spaces of #8b468e

RGB 13970142
HSL0.830.340.42
HSV298°51°56°
CMYK 0.020.510.00   0.44
XYZ17.720111.822326.9392
Yxy11.82230.31370.2093
Hunter Lab34.383631.8215-22.3846
CIE-Lab40.932340.2380-27.3971

#8b468e color RGB value is (139,70,142).

#8b468e hex color red value is 139, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8b468e hue: 0.83 , saturation: 0.34 and the lightness value of 8b468e is 0.42.

The process color (four color CMYK) of #8b468e color hex is 0.02, 0.51, 0.00, 0.44. Web safe color of #8b468e is #993399. Color #8b468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000110 10001110
Octal 213 106 216
Decimal 139 70 142
Hex 8B 46 8E

RGB Percentages of Color #8b468e

%39.60
%19.94
%40.46

CMYK Percentages of Color #8b468e

%2
%51
%0
%44

Triadic Colors of #8b468e

#8b468e #8e8b46 #468e8b

Analogous Colors of #8b468e

#8b468e #8e466d #67468e

Monochromatic Colors of #8b468e

#8b468e

Complementary Color

#8b468e #498e46

#8b468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b468e Color CSS Codes

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

#8b468e Text Font Color

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

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


#8b468e Background Color

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

This div background color is #8b468e


#8b468e Border Color

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

This div border color is #8b468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b468e


Comments

No comments written yet.

Please login to write comment.