Color Hex Logo

#81426b Color Hex

#81426B
(129,66,107)
0 Favorites   0 Comments

Color spaces of #81426b

RGB 12966107
HSL0.890.320.38
HSV321°49°51°
CMYK 0.000.490.17   0.49
XYZ13.65539.625115.0480
Yxy9.62510.35630.2511
Hunter Lab31.024324.2738-7.0409
CIE-Lab37.161032.7309-11.7469

#81426b color RGB value is (129,66,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000010 01101011
Octal 201 102 153
Decimal 129 66 107
Hex 81 42 6B

RGB Percentages of Color #81426b

%42.72
%21.85
%35.43

CMYK Percentages of Color #81426b

%0
%49
%17
%49

Triadic Colors of #81426b

#81426b #6b8142 #426b81

Analogous Colors of #81426b

#81426b #81424b #784281

Monochromatic Colors of #81426b

#81426b

Complementary Color

#81426b #428158

#81426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81426b Color CSS Codes

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

#81426b Text Font Color

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

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


#81426b Background Color

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

This div background color is #81426b


#81426b Border Color

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

This div border color is #81426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81426b


Comments

No comments written yet.

Please login to write comment.