Color Hex Logo

#801792 Color Hex

#801792
(128,23,146)
0 Favorites   0 Comments

Color spaces of #801792

RGB 12823146
HSL0.810.730.33
HSV291°84°57°
CMYK 0.120.840.00   0.43
XYZ14.39687.277327.8400
Yxy7.27730.29080.1470
Hunter Lab26.976548.0530-42.3044
CIE-Lab32.430057.7797-43.4403

#801792 color RGB value is (128,23,146).

#801792 hex color red value is 128, green value is 23 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #801792 hue: 0.81 , saturation: 0.73 and the lightness value of 801792 is 0.33.

The process color (four color CMYK) of #801792 color hex is 0.12, 0.84, 0.00, 0.43. Web safe color of #801792 is #990099. Color #801792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010111 10010010
Octal 200 27 222
Decimal 128 23 146
Hex 80 17 92

RGB Percentages of Color #801792

%43.10
%7.74
%49.16

CMYK Percentages of Color #801792

%12
%84
%0
%43

Triadic Colors of #801792

#801792 #928017 #179280

Analogous Colors of #801792

#801792 #921767 #421792

Monochromatic Colors of #801792

#801792

Complementary Color

#801792 #299217

#801792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801792 Color CSS Codes

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

#801792 Text Font Color

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

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


#801792 Background Color

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

This div background color is #801792


#801792 Border Color

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

This div border color is #801792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801792


Comments

No comments written yet.

Please login to write comment.