Color Hex Logo

#8c18ab Color Hex

#8C18AB
(140,24,171)
0 Favorites   0 Comments

Color spaces of #8c18ab

RGB 14024171
HSL0.800.750.38
HSV287°86°67°
CMYK 0.180.860.00   0.33
XYZ18.49259.169039.3232
Yxy9.16900.27610.1369
Hunter Lab30.280456.0210-55.8000
CIE-Lab36.307764.2630-52.2416

#8c18ab color RGB value is (140,24,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00011000 10101011
Octal 214 30 253
Decimal 140 24 171
Hex 8C 18 AB

RGB Percentages of Color #8c18ab

%41.79
%7.16
%51.04

CMYK Percentages of Color #8c18ab

%18
%86
%0
%33

Triadic Colors of #8c18ab

#8c18ab #ab8c18 #18ab8c

Analogous Colors of #8c18ab

#8c18ab #ab1881 #4218ab

Monochromatic Colors of #8c18ab

#8c18ab

Complementary Color

#8c18ab #37ab18

#8c18ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c18ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c18ab Color CSS Codes

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

#8c18ab Text Font Color

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

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


#8c18ab Background Color

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

This div background color is #8c18ab


#8c18ab Border Color

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

This div border color is #8c18ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c18ab


Comments

No comments written yet.

Please login to write comment.