Color Hex Logo

#8b53ad Color Hex

#8B53AD
(139,83,173)
0 Favorites   0 Comments

Color spaces of #8b53ad

RGB 13983173
HSL0.770.350.50
HSV277°52°68°
CMYK 0.200.520.00   0.32
XYZ21.283514.692641.2494
Yxy14.69260.27560.1903
Hunter Lab38.330932.0342-36.9726
CIE-Lab45.210339.7882-39.1808

#8b53ad color RGB value is (139,83,173).

#8b53ad hex color red value is 139, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8b53ad hue: 0.77 , saturation: 0.35 and the lightness value of 8b53ad is 0.50.

The process color (four color CMYK) of #8b53ad color hex is 0.20, 0.52, 0.00, 0.32. Web safe color of #8b53ad is #996699. Color #8b53ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010011 10101101
Octal 213 123 255
Decimal 139 83 173
Hex 8B 53 AD

RGB Percentages of Color #8b53ad

%35.19
%21.01
%43.80

CMYK Percentages of Color #8b53ad

%20
%52
%0
%32

Triadic Colors of #8b53ad

#8b53ad #ad8b53 #53ad8b

Analogous Colors of #8b53ad

#8b53ad #ad53a2 #5e53ad

Monochromatic Colors of #8b53ad

#8b53ad

Complementary Color

#8b53ad #75ad53

#8b53ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b53ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b53ad Color CSS Codes

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

#8b53ad Text Font Color

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

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


#8b53ad Background Color

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

This div background color is #8b53ad


#8b53ad Border Color

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

This div border color is #8b53ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b53ad


Comments

No comments written yet.

Please login to write comment.