Color Hex Logo

#800cac Color Hex

#800CAC
(128,12,172)
0 Favorites   0 Comments

Color spaces of #800cac

RGB 12812172
HSL0.790.870.36
HSV284°93°67°
CMYK 0.260.930.00   0.33
XYZ16.48007.830739.6726
Yxy7.83070.25760.1224
Hunter Lab27.983456.1514-64.4682
CIE-Lab33.627864.8980-57.2827

#800cac color RGB value is (128,12,172).

#800cac hex color red value is 128, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #800cac hue: 0.79 , saturation: 0.87 and the lightness value of 800cac is 0.36.

The process color (four color CMYK) of #800cac color hex is 0.26, 0.93, 0.00, 0.33. Web safe color of #800cac is #990099. Color #800cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 10101100
Octal 200 14 254
Decimal 128 12 172
Hex 80 C AC

RGB Percentages of Color #800cac

%41.03
%3.85
%55.13

CMYK Percentages of Color #800cac

%26
%93
%0
%33

Triadic Colors of #800cac

#800cac #ac800c #0cac80

Analogous Colors of #800cac

#800cac #ac0c88 #300cac

Monochromatic Colors of #800cac

#800cac

Complementary Color

#800cac #38ac0c

#800cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cac Color CSS Codes

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

#800cac Text Font Color

<p style="color:#800cac">Text here</p>

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


#800cac Background Color

<div style="background-color:#800cac">
Div content here</div>

This div background color is #800cac


#800cac Border Color

<div style="border:3px solid #800cac">
Div here</div>

This div border color is #800cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,12,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800cac;
  -webkit-box-shadow: 1px 1px 3px 2px #800cac;
  box-shadow:         1px 1px 3px 2px #800cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,12,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cac


Comments

No comments written yet.

Please login to write comment.