Color Hex Logo

#80427f Color Hex

#80427F
(128,66,127)
0 Favorites   0 Comments

Color spaces of #80427f

RGB 12866127
HSL0.840.320.38
HSV301°48°50°
CMYK 0.000.480.01   0.50
XYZ14.681110.017921.2385
Yxy10.01790.31960.2181
Hunter Lab31.651127.4065-17.6290
CIE-Lab37.874536.0550-23.1022

#80427f color RGB value is (128,66,127).

#80427f hex color red value is 128, green value is 66 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #80427f hue: 0.84 , saturation: 0.32 and the lightness value of 80427f is 0.38.

The process color (four color CMYK) of #80427f color hex is 0.00, 0.48, 0.01, 0.50. Web safe color of #80427f is #993366. Color #80427f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000010 01111111
Octal 200 102 177
Decimal 128 66 127
Hex 80 42 7F

RGB Percentages of Color #80427f

%39.88
%20.56
%39.56

CMYK Percentages of Color #80427f

%0
%48
%1
%50

Triadic Colors of #80427f

#80427f #7f8042 #427f80

Analogous Colors of #80427f

#80427f #804260 #624280

Monochromatic Colors of #80427f

#80427f

Complementary Color

#80427f #428043

#80427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80427f Color CSS Codes

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

#80427f Text Font Color

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

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


#80427f Background Color

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

This div background color is #80427f


#80427f Border Color

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

This div border color is #80427f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,66,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80427f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80427f;
  -webkit-box-shadow: 1px 1px 3px 2px #80427f;
  box-shadow:         1px 1px 3px 2px #80427f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80427f


Comments

No comments written yet.

Please login to write comment.