Color Hex Logo

#802b32 Color Hex

#802B32
(128,43,50)
0 Favorites   0 Comments

Color spaces of #802b32

RGB 1284350
HSL0.990.500.34
HSV355°66°50°
CMYK 0.000.660.61   0.50
XYZ10.34176.54723.7363
Yxy6.54720.50140.3174
Hunter Lab25.587527.36629.2537
CIE-Lab30.753037.179415.6171

#802b32 color RGB value is (128,43,50).

#802b32 hex color red value is 128, green value is 43 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #802b32 hue: 0.99 , saturation: 0.50 and the lightness value of 802b32 is 0.34.

The process color (four color CMYK) of #802b32 color hex is 0.00, 0.66, 0.61, 0.50. Web safe color of #802b32 is #993333. Color #802b32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101011 00110010
Octal 200 53 62
Decimal 128 43 50
Hex 80 2B 32

RGB Percentages of Color #802b32

%57.92
%19.46
%22.62

CMYK Percentages of Color #802b32

%0
%66
%61
%50

Triadic Colors of #802b32

#802b32 #32802b #2b3280

Analogous Colors of #802b32

#802b32 #804f2b #802b5d

Monochromatic Colors of #802b32

#802b32

Complementary Color

#802b32 #2b8079

#802b32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802b32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802b32 Color CSS Codes

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

#802b32 Text Font Color

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

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


#802b32 Background Color

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

This div background color is #802b32


#802b32 Border Color

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

This div border color is #802b32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,43,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802b32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802b32;
  -webkit-box-shadow: 1px 1px 3px 2px #802b32;
  box-shadow:         1px 1px 3px 2px #802b32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802b32


Comments

No comments written yet.

Please login to write comment.