Color Hex Logo

#803bad Color Hex

#803BAD
(128,59,173)
0 Favorites   0 Comments

Color spaces of #803bad

RGB 12859173
HSL0.770.490.45
HSV276°66°68°
CMYK 0.260.660.00   0.32
XYZ18.008910.734340.6579
Yxy10.73430.25950.1547
Hunter Lab32.763240.7800-50.6423
CIE-Lab39.129349.5528-48.9702

#803bad color RGB value is (128,59,173).

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

The process color (four color CMYK) of #803bad color hex is 0.26, 0.66, 0.00, 0.32. Web safe color of #803bad is #993399. Color #803bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 10101101
Octal 200 73 255
Decimal 128 59 173
Hex 80 3B AD

RGB Percentages of Color #803bad

%35.56
%16.39
%48.06

CMYK Percentages of Color #803bad

%26
%66
%0
%32

Triadic Colors of #803bad

#803bad #ad803b #3bad80

Analogous Colors of #803bad

#803bad #ad3ba1 #473bad

Monochromatic Colors of #803bad

#803bad

Complementary Color

#803bad #68ad3b

#803bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#803bad Color CSS Codes

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

#803bad Text Font Color

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

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


#803bad Background Color

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

This div background color is #803bad


#803bad Border Color

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

This div border color is #803bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803bad


Comments

No comments written yet.

Please login to write comment.