Color Hex Logo

#801c54 Color Hex

#801C54
(128,28,84)
0 Favorites   0 Comments

Color spaces of #801c54

RGB 1282884
HSL0.910.640.31
HSV326°78°50°
CMYK 0.000.780.34   0.50
XYZ10.91766.05988.9817
Yxy6.05980.42060.2334
Hunter Lab24.616736.0864-4.4010
CIE-Lab29.562846.6607-8.5056

#801c54 color RGB value is (128,28,84).

#801c54 hex color red value is 128, green value is 28 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #801c54 hue: 0.91 , saturation: 0.64 and the lightness value of 801c54 is 0.31.

The process color (four color CMYK) of #801c54 color hex is 0.00, 0.78, 0.34, 0.50. Web safe color of #801c54 is #993366. Color #801c54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 01010100
Octal 200 34 124
Decimal 128 28 84
Hex 80 1C 54

RGB Percentages of Color #801c54

%53.33
%11.67
%35.00

CMYK Percentages of Color #801c54

%0
%78
%34
%50

Triadic Colors of #801c54

#801c54 #54801c #1c5480

Analogous Colors of #801c54

#801c54 #801c22 #7a1c80

Monochromatic Colors of #801c54

#801c54

Complementary Color

#801c54 #1c8048

#801c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801c54 Color CSS Codes

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

#801c54 Text Font Color

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

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


#801c54 Background Color

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

This div background color is #801c54


#801c54 Border Color

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

This div border color is #801c54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,28,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801c54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801c54;
  -webkit-box-shadow: 1px 1px 3px 2px #801c54;
  box-shadow:         1px 1px 3px 2px #801c54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801c54


Comments

No comments written yet.

Please login to write comment.