Color Hex Logo

#803999 Color Hex

#803999
(128,57,153)
0 Favorites   0 Comments

Color spaces of #803999

RGB 12857153
HSL0.790.460.41
HSV284°63°60°
CMYK 0.160.630.00   0.40
XYZ16.11509.815431.1822
Yxy9.81540.28220.1719
Hunter Lab31.329536.9885-37.0805
CIE-Lab37.509146.0945-39.5724

#803999 color RGB value is (128,57,153).

#803999 hex color red value is 128, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #803999 hue: 0.79 , saturation: 0.46 and the lightness value of 803999 is 0.41.

The process color (four color CMYK) of #803999 color hex is 0.16, 0.63, 0.00, 0.40. Web safe color of #803999 is #993399. Color #803999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111001 10011001
Octal 200 71 231
Decimal 128 57 153
Hex 80 39 99

RGB Percentages of Color #803999

%37.87
%16.86
%45.27

CMYK Percentages of Color #803999

%16
%63
%0
%40

Triadic Colors of #803999

#803999 #998039 #399980

Analogous Colors of #803999

#803999 #993982 #503999

Monochromatic Colors of #803999

#803999

Complementary Color

#803999 #529939

#803999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803999 Color CSS Codes

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

#803999 Text Font Color

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

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


#803999 Background Color

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

This div background color is #803999


#803999 Border Color

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

This div border color is #803999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,57,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803999;
  -webkit-box-shadow: 1px 1px 3px 2px #803999;
  box-shadow:         1px 1px 3px 2px #803999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803999


Comments

No comments written yet.

Please login to write comment.