Color Hex Logo

#803a81 Color Hex

#803A81
(128,58,129)
0 Favorites   0 Comments

Color spaces of #803a81

RGB 12858129
HSL0.830.380.37
HSV299°55°51°
CMYK 0.010.550.00   0.49
XYZ14.37769.200321.7869
Yxy9.20030.31690.2028
Hunter Lab30.332031.5294-21.3545
CIE-Lab36.367140.6910-26.6910

#803a81 color RGB value is (128,58,129).

#803a81 hex color red value is 128, green value is 58 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #803a81 hue: 0.83 , saturation: 0.38 and the lightness value of 803a81 is 0.37.

The process color (four color CMYK) of #803a81 color hex is 0.01, 0.55, 0.00, 0.49. Web safe color of #803a81 is #993399. Color #803a81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 10000001
Octal 200 72 201
Decimal 128 58 129
Hex 80 3A 81

RGB Percentages of Color #803a81

%40.63
%18.41
%40.95

CMYK Percentages of Color #803a81

%1
%55
%0
%49

Triadic Colors of #803a81

#803a81 #81803a #3a8180

Analogous Colors of #803a81

#803a81 #813a5f #5d3a81

Monochromatic Colors of #803a81

#803a81

Complementary Color

#803a81 #3b813a

#803a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803a81 Color CSS Codes

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

#803a81 Text Font Color

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

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


#803a81 Background Color

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

This div background color is #803a81


#803a81 Border Color

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

This div border color is #803a81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803a81


Comments

No comments written yet.

Please login to write comment.