Color Hex Logo

#8c19ab Color Hex

#8C19AB
(140,25,171)
0 Favorites   0 Comments

Color spaces of #8c19ab

RGB 14025171
HSL0.800.740.38
HSV287°85°67°
CMYK 0.180.850.00   0.33
XYZ18.51359.211039.3302
Yxy9.21100.27610.1374
Hunter Lab30.349655.7745-55.5894
CIE-Lab36.387464.0289-52.1125

#8c19ab color RGB value is (140,25,171).

#8c19ab hex color red value is 140, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8c19ab hue: 0.80 , saturation: 0.74 and the lightness value of 8c19ab is 0.38.

The process color (four color CMYK) of #8c19ab color hex is 0.18, 0.85, 0.00, 0.33. Web safe color of #8c19ab is #990099. Color #8c19ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00011001 10101011
Octal 214 31 253
Decimal 140 25 171
Hex 8C 19 AB

RGB Percentages of Color #8c19ab

%41.67
%7.44
%50.89

CMYK Percentages of Color #8c19ab

%18
%85
%0
%33

Triadic Colors of #8c19ab

#8c19ab #ab8c19 #19ab8c

Analogous Colors of #8c19ab

#8c19ab #ab1981 #4319ab

Monochromatic Colors of #8c19ab

#8c19ab

Complementary Color

#8c19ab #38ab19

#8c19ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c19ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c19ab Color CSS Codes

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

#8c19ab Text Font Color

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

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


#8c19ab Background Color

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

This div background color is #8c19ab


#8c19ab Border Color

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

This div border color is #8c19ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,25,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c19ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c19ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8c19ab;
  box-shadow:         1px 1px 3px 2px #8c19ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,25,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c19ab


Comments

No comments written yet.

Please login to write comment.