Color Hex Logo

#8b1cad Color Hex

#8B1CAD
(139,28,173)
0 Favorites   0 Comments

Color spaces of #8b1cad

RGB 13928173
HSL0.790.720.39
HSV286°84°68°
CMYK 0.200.840.00   0.32
XYZ18.60559.336640.3567
Yxy9.33660.27240.1367
Hunter Lab30.555955.2162-56.9183
CIE-Lab36.624563.4865-52.9324

#8b1cad color RGB value is (139,28,173).

#8b1cad hex color red value is 139, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8b1cad hue: 0.79 , saturation: 0.72 and the lightness value of 8b1cad is 0.39.

The process color (four color CMYK) of #8b1cad color hex is 0.20, 0.84, 0.00, 0.32. Web safe color of #8b1cad is #993399. Color #8b1cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00011100 10101101
Octal 213 34 255
Decimal 139 28 173
Hex 8B 1C AD

RGB Percentages of Color #8b1cad

%40.88
%8.24
%50.88

CMYK Percentages of Color #8b1cad

%20
%84
%0
%32

Triadic Colors of #8b1cad

#8b1cad #ad8b1c #1cad8b

Analogous Colors of #8b1cad

#8b1cad #ad1c87 #431cad

Monochromatic Colors of #8b1cad

#8b1cad

Complementary Color

#8b1cad #3ead1c

#8b1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b1cad Color CSS Codes

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

#8b1cad Text Font Color

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

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


#8b1cad Background Color

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

This div background color is #8b1cad


#8b1cad Border Color

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

This div border color is #8b1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b1cad


Comments

No comments written yet.

Please login to write comment.