Color Hex Logo

#803fab Color Hex

#803FAB
(128,63,171)
0 Favorites   0 Comments

Color spaces of #803fab

RGB 12863171
HSL0.770.460.46
HSV276°63°67°
CMYK 0.250.630.00   0.33
XYZ18.030311.084539.7173
Yxy11.08450.26190.1610
Hunter Lab33.293438.4046-47.4245
CIE-Lab39.722447.1100-46.8283

#803fab color RGB value is (128,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 10101011
Octal 200 77 253
Decimal 128 63 171
Hex 80 3F AB

RGB Percentages of Color #803fab

%35.36
%17.40
%47.24

CMYK Percentages of Color #803fab

%25
%63
%0
%33

Triadic Colors of #803fab

#803fab #ab803f #3fab80

Analogous Colors of #803fab

#803fab #ab3fa0 #4a3fab

Monochromatic Colors of #803fab

#803fab

Complementary Color

#803fab #6aab3f

#803fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fab Color CSS Codes

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

#803fab Text Font Color

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

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


#803fab Background Color

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

This div background color is #803fab


#803fab Border Color

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

This div border color is #803fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fab


Comments

No comments written yet.

Please login to write comment.