Color Hex Logo

#803771 Color Hex

#803771
(128,55,113)
0 Favorites   0 Comments

Color spaces of #803771

RGB 12855113
HSL0.870.400.36
HSV312°57°50°
CMYK 0.000.570.12   0.50
XYZ13.24898.513816.5678
Yxy8.51380.34560.2221
Hunter Lab29.178429.9884-13.2406
CIE-Lab35.030839.2886-18.7897

#803771 color RGB value is (128,55,113).

#803771 hex color red value is 128, green value is 55 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #803771 hue: 0.87 , saturation: 0.40 and the lightness value of 803771 is 0.36.

The process color (four color CMYK) of #803771 color hex is 0.00, 0.57, 0.12, 0.50. Web safe color of #803771 is #993366. Color #803771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 01110001
Octal 200 67 161
Decimal 128 55 113
Hex 80 37 71

RGB Percentages of Color #803771

%43.24
%18.58
%38.18

CMYK Percentages of Color #803771

%0
%57
%12
%50

Triadic Colors of #803771

#803771 #718037 #377180

Analogous Colors of #803771

#803771 #80374d #6b3780

Monochromatic Colors of #803771

#803771

Complementary Color

#803771 #378046

#803771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803771 Color CSS Codes

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

#803771 Text Font Color

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

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


#803771 Background Color

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

This div background color is #803771


#803771 Border Color

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

This div border color is #803771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803771


Comments

No comments written yet.

Please login to write comment.