Color Hex Logo

#81618b Color Hex

#81618B
(129,97,139)
0 Favorites   0 Comments

Color spaces of #81618b

RGB 12997139
HSL0.790.180.46
HSV286°30°55°
CMYK 0.070.300.00   0.45
XYZ17.988215.080626.3889
Yxy15.08060.30250.2536
Hunter Lab38.833714.7240-13.1060
CIE-Lab45.744420.9295-18.2395

#81618b color RGB value is (129,97,139).

#81618b hex color red value is 129, green value is 97 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #81618b hue: 0.79 , saturation: 0.18 and the lightness value of 81618b is 0.46.

The process color (four color CMYK) of #81618b color hex is 0.07, 0.30, 0.00, 0.45. Web safe color of #81618b is #996699. Color #81618b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100001 10001011
Octal 201 141 213
Decimal 129 97 139
Hex 81 61 8B

RGB Percentages of Color #81618b

%35.34
%26.58
%38.08

CMYK Percentages of Color #81618b

%7
%30
%0
%45

Triadic Colors of #81618b

#81618b #8b8161 #618b81

Analogous Colors of #81618b

#81618b #8b6180 #6c618b

Monochromatic Colors of #81618b

#81618b

Complementary Color

#81618b #6b8b61

#81618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81618b Color CSS Codes

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

#81618b Text Font Color

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

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


#81618b Background Color

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

This div background color is #81618b


#81618b Border Color

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

This div border color is #81618b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81618b


Comments

No comments written yet.

Please login to write comment.