Color Hex Logo

#8b03ad Color Hex

#8B03AD
(139,3,173)
0 Favorites   0 Comments

Color spaces of #8b03ad

RGB 1393173
HSL0.800.970.35
HSV288°98°68°
CMYK 0.200.980.00   0.32
XYZ18.22288.571240.2291
Yxy8.57120.27190.1279
Hunter Lab29.276659.8707-60.9770
CIE-Lab35.145267.8581-55.3312

#8b03ad color RGB value is (139,3,173).

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

The process color (four color CMYK) of #8b03ad color hex is 0.20, 0.98, 0.00, 0.32. Web safe color of #8b03ad is #990099. Color #8b03ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000011 10101101
Octal 213 3 255
Decimal 139 3 173
Hex 8B 3 AD

RGB Percentages of Color #8b03ad

%44.13
%0.95
%54.92

CMYK Percentages of Color #8b03ad

%20
%98
%0
%32

Triadic Colors of #8b03ad

#8b03ad #ad8b03 #03ad8b

Analogous Colors of #8b03ad

#8b03ad #ad037a #3603ad

Monochromatic Colors of #8b03ad

#8b03ad

Complementary Color

#8b03ad #25ad03

#8b03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b03ad Color CSS Codes

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

#8b03ad Text Font Color

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

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


#8b03ad Background Color

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

This div background color is #8b03ad


#8b03ad Border Color

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

This div border color is #8b03ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,3,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 #8b03ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b03ad


Comments

No comments written yet.

Please login to write comment.