Color Hex Logo

#81627c Color Hex

#81627C
(129,98,124)
0 Favorites   0 Comments

Color spaces of #81627c

RGB 12998124
HSL0.860.140.45
HSV310°24°51°
CMYK 0.000.240.04   0.49
XYZ17.059014.857721.0375
Yxy14.85770.32210.2806
Hunter Lab38.545711.5430-5.3774
CIE-Lab45.438717.2166-9.6935

#81627c color RGB value is (129,98,124).

#81627c hex color red value is 129, green value is 98 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #81627c hue: 0.86 , saturation: 0.14 and the lightness value of 81627c is 0.45.

The process color (four color CMYK) of #81627c color hex is 0.00, 0.24, 0.04, 0.49. Web safe color of #81627c is #996666. Color #81627c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100010 01111100
Octal 201 142 174
Decimal 129 98 124
Hex 81 62 7C

RGB Percentages of Color #81627c

%36.75
%27.92
%35.33

CMYK Percentages of Color #81627c

%0
%24
%4
%49

Triadic Colors of #81627c

#81627c #7c8162 #627c81

Analogous Colors of #81627c

#81627c #81626d #776281

Monochromatic Colors of #81627c

#81627c

Complementary Color

#81627c #628167

#81627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81627c Color CSS Codes

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

#81627c Text Font Color

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

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


#81627c Background Color

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

This div background color is #81627c


#81627c Border Color

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

This div border color is #81627c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,98,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81627c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81627c;
  -webkit-box-shadow: 1px 1px 3px 2px #81627c;
  box-shadow:         1px 1px 3px 2px #81627c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81627c

#81627c Color Palettes


Comments

No comments written yet.

Please login to write comment.