Color Hex Logo

#802972 Color Hex

#802972
(128,41,114)
0 Favorites   0 Comments

Color spaces of #802972

RGB 12841114
HSL0.860.510.33
HSV310°68°50°
CMYK 0.000.680.11   0.50
XYZ12.73237.390016.6749
Yxy7.39000.34600.2008
Hunter Lab27.184636.0302-17.3391
CIE-Lab32.678846.0125-23.0745

#802972 color RGB value is (128,41,114).

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

The process color (four color CMYK) of #802972 color hex is 0.00, 0.68, 0.11, 0.50. Web safe color of #802972 is #993366. Color #802972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 01110010
Octal 200 51 162
Decimal 128 41 114
Hex 80 29 72

RGB Percentages of Color #802972

%45.23
%14.49
%40.28

CMYK Percentages of Color #802972

%0
%68
%11
%50

Triadic Colors of #802972

#802972 #728029 #297280

Analogous Colors of #802972

#802972 #802946 #632980

Monochromatic Colors of #802972

#802972

Complementary Color

#802972 #298037

#802972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802972 Color CSS Codes

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

#802972 Text Font Color

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

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


#802972 Background Color

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

This div background color is #802972


#802972 Border Color

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

This div border color is #802972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802972


Comments

No comments written yet.

Please login to write comment.