Color Hex Logo

#803859 Color Hex

#803859
(128,56,89)
0 Favorites   0 Comments

Color spaces of #803859

RGB 1285689
HSL0.920.390.36
HSV333°56°50°
CMYK 0.000.560.30   0.50
XYZ12.11948.138810.3834
Yxy8.13880.39550.2656
Hunter Lab28.528625.9046-1.6095
CIE-Lab34.270334.9796-4.7012

#803859 color RGB value is (128,56,89).

#803859 hex color red value is 128, green value is 56 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #803859 hue: 0.92 , saturation: 0.39 and the lightness value of 803859 is 0.36.

The process color (four color CMYK) of #803859 color hex is 0.00, 0.56, 0.30, 0.50. Web safe color of #803859 is #993366. Color #803859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01011001
Octal 200 70 131
Decimal 128 56 89
Hex 80 38 59

RGB Percentages of Color #803859

%46.89
%20.51
%32.60

CMYK Percentages of Color #803859

%0
%56
%30
%50

Triadic Colors of #803859

#803859 #598038 #385980

Analogous Colors of #803859

#803859 #803b38 #80387d

Monochromatic Colors of #803859

#803859

Complementary Color

#803859 #38805f

#803859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803859 Color CSS Codes

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

#803859 Text Font Color

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

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


#803859 Background Color

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

This div background color is #803859


#803859 Border Color

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

This div border color is #803859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803859


Comments

No comments written yet.

Please login to write comment.