Color Hex Logo

#81006d Color Hex

#81006D
(129,0,109)
0 Favorites   0 Comments

Color spaces of #81006d

RGB 1290109
HSL0.861.000.25
HSV309°100°51°
CMYK 0.001.000.16   0.49
XYZ11.81365.771314.9593
Yxy5.77130.36300.1773
Hunter Lab24.023545.7364-20.1030
CIE-Lab28.828056.3032-25.9105

#81006d color RGB value is (129,0,109).

#81006d hex color red value is 129, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #81006d hue: 0.86 , saturation: 1.00 and the lightness value of 81006d is 0.25.

The process color (four color CMYK) of #81006d color hex is 0.00, 1.00, 0.16, 0.49. Web safe color of #81006d is #990066. Color #81006d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000000 01101101
Octal 201 0 155
Decimal 129 0 109
Hex 81 0 6D

RGB Percentages of Color #81006d

%54.20
%0.00
%45.80

CMYK Percentages of Color #81006d

%0
%100
%16
%49

Triadic Colors of #81006d

#81006d #6d8100 #006d81

Analogous Colors of #81006d

#81006d #81002c #550081

Monochromatic Colors of #81006d

#81006d

Complementary Color

#81006d #008114

#81006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81006d Color CSS Codes

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

#81006d Text Font Color

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

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


#81006d Background Color

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

This div background color is #81006d


#81006d Border Color

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

This div border color is #81006d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,0,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81006d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81006d;
  -webkit-box-shadow: 1px 1px 3px 2px #81006d;
  box-shadow:         1px 1px 3px 2px #81006d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81006d


Comments

No comments written yet.

Please login to write comment.