Color Hex Logo

#803cac Color Hex

#803CAC
(128,60,172)
0 Favorites   0 Comments

Color spaces of #803cac

RGB 12860172
HSL0.770.480.45
HSV276°65°67°
CMYK 0.260.650.00   0.33
XYZ17.964310.799540.1674
Yxy10.79950.26060.1567
Hunter Lab32.862640.0673-49.4654
CIE-Lab39.240748.8354-48.1966

#803cac color RGB value is (128,60,172).

#803cac hex color red value is 128, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #803cac hue: 0.77 , saturation: 0.48 and the lightness value of 803cac is 0.45.

The process color (four color CMYK) of #803cac color hex is 0.26, 0.65, 0.00, 0.33. Web safe color of #803cac is #993399. Color #803cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 10101100
Octal 200 74 254
Decimal 128 60 172
Hex 80 3C AC

RGB Percentages of Color #803cac

%35.56
%16.67
%47.78

CMYK Percentages of Color #803cac

%26
%65
%0
%33

Triadic Colors of #803cac

#803cac #ac803c #3cac80

Analogous Colors of #803cac

#803cac #ac3ca0 #483cac

Monochromatic Colors of #803cac

#803cac

Complementary Color

#803cac #68ac3c

#803cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#803cac Color CSS Codes

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

#803cac Text Font Color

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

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


#803cac Background Color

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

This div background color is #803cac


#803cac Border Color

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

This div border color is #803cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,60,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 #803cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803cac


Comments

No comments written yet.

Please login to write comment.