Color Hex Logo

#81426f Color Hex

#81426F
(129,66,111)
0 Favorites   0 Comments

Color spaces of #81426f

RGB 12966111
HSL0.880.320.38
HSV317°49°51°
CMYK 0.000.490.14   0.49
XYZ13.87079.711316.1823
Yxy9.71130.34880.2442
Hunter Lab31.163024.9156-8.9740
CIE-Lab37.319233.4187-14.0095

#81426f color RGB value is (129,66,111).

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

The process color (four color CMYK) of #81426f color hex is 0.00, 0.49, 0.14, 0.49. Web safe color of #81426f is #993366. Color #81426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000010 01101111
Octal 201 102 157
Decimal 129 66 111
Hex 81 42 6F

RGB Percentages of Color #81426f

%42.16
%21.57
%36.27

CMYK Percentages of Color #81426f

%0
%49
%14
%49

Triadic Colors of #81426f

#81426f #6f8142 #426f81

Analogous Colors of #81426f

#81426f #814250 #744281

Monochromatic Colors of #81426f

#81426f

Complementary Color

#81426f #428154

#81426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81426f Color CSS Codes

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

#81426f Text Font Color

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

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


#81426f Background Color

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

This div background color is #81426f


#81426f Border Color

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

This div border color is #81426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81426f


Comments

No comments written yet.

Please login to write comment.