Color Hex Logo

#802551 Color Hex

#802551
(128,37,81)
0 Favorites   0 Comments

Color spaces of #802551

RGB 1283781
HSL0.920.550.32
HSV331°71°50°
CMYK 0.000.710.37   0.50
XYZ11.04896.50648.4581
Yxy6.50640.42470.2501
Hunter Lab25.507632.6807-1.8047
CIE-Lab30.655742.9204-4.8955

#802551 color RGB value is (128,37,81).

#802551 hex color red value is 128, green value is 37 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #802551 hue: 0.92 , saturation: 0.55 and the lightness value of 802551 is 0.32.

The process color (four color CMYK) of #802551 color hex is 0.00, 0.71, 0.37, 0.50. Web safe color of #802551 is #993366. Color #802551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100101 01010001
Octal 200 45 121
Decimal 128 37 81
Hex 80 25 51

RGB Percentages of Color #802551

%52.03
%15.04
%32.93

CMYK Percentages of Color #802551

%0
%71
%37
%50

Triadic Colors of #802551

#802551 #518025 #255180

Analogous Colors of #802551

#802551 #802725 #80257f

Monochromatic Colors of #802551

#802551

Complementary Color

#802551 #258054

#802551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802551 Color CSS Codes

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

#802551 Text Font Color

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

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


#802551 Background Color

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

This div background color is #802551


#802551 Border Color

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

This div border color is #802551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802551


Comments

No comments written yet.

Please login to write comment.