Color Hex Logo

#803fad Color Hex

#803FAD
(128,63,173)
0 Favorites   0 Comments

Color spaces of #803fad

RGB 12863173
HSL0.770.470.46
HSV275°64°68°
CMYK 0.260.640.00   0.32
XYZ18.222411.161340.7291
Yxy11.16130.25990.1592
Hunter Lab33.408538.8964-48.8958
CIE-Lab39.850847.5733-47.8102

#803fad color RGB value is (128,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 10101101
Octal 200 77 255
Decimal 128 63 173
Hex 80 3F AD

RGB Percentages of Color #803fad

%35.16
%17.31
%47.53

CMYK Percentages of Color #803fad

%26
%64
%0
%32

Triadic Colors of #803fad

#803fad #ad803f #3fad80

Analogous Colors of #803fad

#803fad #ad3fa3 #493fad

Monochromatic Colors of #803fad

#803fad

Complementary Color

#803fad #6cad3f

#803fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fad Color CSS Codes

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

#803fad Text Font Color

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

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


#803fad Background Color

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

This div background color is #803fad


#803fad Border Color

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

This div border color is #803fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fad


Comments

No comments written yet.

Please login to write comment.