Color Hex Logo

#803cab Color Hex

#803CAB
(128,60,171)
0 Favorites   0 Comments

Color spaces of #803cab

RGB 12860171
HSL0.770.480.45
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ17.868610.761239.6634
Yxy10.76120.26160.1576
Hunter Lab32.804339.8221-48.7241
CIE-Lab39.175348.6068-47.7069

#803cab color RGB value is (128,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 10101011
Octal 200 74 253
Decimal 128 60 171
Hex 80 3C AB

RGB Percentages of Color #803cab

%35.65
%16.71
%47.63

CMYK Percentages of Color #803cab

%25
%65
%0
%33

Triadic Colors of #803cab

#803cab #ab803c #3cab80

Analogous Colors of #803cab

#803cab #ab3c9f #493cab

Monochromatic Colors of #803cab

#803cab

Complementary Color

#803cab #67ab3c

#803cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#803cab Color CSS Codes

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

#803cab Text Font Color

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

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


#803cab Background Color

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

This div background color is #803cab


#803cab Border Color

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

This div border color is #803cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803cab


Comments

No comments written yet.

Please login to write comment.