Color Hex Logo

#802c47 Color Hex

#802C47
(128,44,71)
0 Favorites   0 Comments

Color spaces of #802c47

RGB 1284471
HSL0.950.490.34
HSV341°66°50°
CMYK 0.000.660.45   0.50
XYZ10.94016.84556.7059
Yxy6.84550.44670.2795
Hunter Lab26.163928.85063.1185
CIE-Lab31.452638.68212.8326

#802c47 color RGB value is (128,44,71).

#802c47 hex color red value is 128, green value is 44 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #802c47 hue: 0.95 , saturation: 0.49 and the lightness value of 802c47 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 01000111
Octal 200 54 107
Decimal 128 44 71
Hex 80 2C 47

RGB Percentages of Color #802c47

%52.67
%18.11
%29.22

CMYK Percentages of Color #802c47

%0
%66
%45
%50

Triadic Colors of #802c47

#802c47 #47802c #2c4780

Analogous Colors of #802c47

#802c47 #803b2c #802c71

Monochromatic Colors of #802c47

#802c47

Complementary Color

#802c47 #2c8065

#802c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802c47 Color CSS Codes

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

#802c47 Text Font Color

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

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


#802c47 Background Color

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

This div background color is #802c47


#802c47 Border Color

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

This div border color is #802c47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802c47


Comments

No comments written yet.

Please login to write comment.