Color Hex Logo

#802729 Color Hex

#802729
(128,39,41)
0 Favorites   0 Comments

Color spaces of #802729

RGB 1283941
HSL1.000.530.33
HSV359°70°50°
CMYK 0.000.700.68   0.50
XYZ10.02786.20032.7661
Yxy6.20030.52790.3264
Hunter Lab24.900428.309210.8440
CIE-Lab29.912338.363420.3652

#802729 color RGB value is (128,39,41).

#802729 hex color red value is 128, green value is 39 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #802729 hue: 1.00 , saturation: 0.53 and the lightness value of 802729 is 0.33.

The process color (four color CMYK) of #802729 color hex is 0.00, 0.70, 0.68, 0.50. Web safe color of #802729 is #993333. Color #802729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100111 00101001
Octal 200 47 51
Decimal 128 39 41
Hex 80 27 29

RGB Percentages of Color #802729

%61.54
%18.75
%19.71

CMYK Percentages of Color #802729

%0
%70
%68
%50

Triadic Colors of #802729

#802729 #298027 #272980

Analogous Colors of #802729

#802729 #805227 #802755

Monochromatic Colors of #802729

#802729

Complementary Color

#802729 #27807e

#802729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802729 Color CSS Codes

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

#802729 Text Font Color

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

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


#802729 Background Color

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

This div background color is #802729


#802729 Border Color

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

This div border color is #802729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802729


Comments

No comments written yet.

Please login to write comment.