Color Hex Logo

#803bab Color Hex

#803BAB
(128,59,171)
0 Favorites   0 Comments

Color spaces of #803bab

RGB 12859171
HSL0.770.490.45
HSV277°65°67°
CMYK 0.250.650.00   0.33
XYZ17.816710.657439.6461
Yxy10.65740.26150.1564
Hunter Lab32.645740.2882-49.1520
CIE-Lab38.997349.0963-47.9930

#803bab color RGB value is (128,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 10101011
Octal 200 73 253
Decimal 128 59 171
Hex 80 3B AB

RGB Percentages of Color #803bab

%35.75
%16.48
%47.77

CMYK Percentages of Color #803bab

%25
%65
%0
%33

Triadic Colors of #803bab

#803bab #ab803b #3bab80

Analogous Colors of #803bab

#803bab #ab3b9e #483bab

Monochromatic Colors of #803bab

#803bab

Complementary Color

#803bab #66ab3b

#803bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#803bab Color CSS Codes

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

#803bab Text Font Color

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

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


#803bab Background Color

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

This div background color is #803bab


#803bab Border Color

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

This div border color is #803bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803bab


Comments

No comments written yet.

Please login to write comment.