Color Hex Logo

#81478b Color Hex

#81478B
(129,71,139)
0 Favorites   0 Comments

Color spaces of #81478b

RGB 12971139
HSL0.810.320.41
HSV291°49°55°
CMYK 0.070.490.00   0.45
XYZ15.966711.037725.7150
Yxy11.03770.30290.2094
Hunter Lab33.223027.6452-22.6350
CIE-Lab39.643936.0412-27.6870

#81478b color RGB value is (129,71,139).

#81478b hex color red value is 129, green value is 71 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #81478b hue: 0.81 , saturation: 0.32 and the lightness value of 81478b is 0.41.

The process color (four color CMYK) of #81478b color hex is 0.07, 0.49, 0.00, 0.45. Web safe color of #81478b is #993399. Color #81478b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000111 10001011
Octal 201 107 213
Decimal 129 71 139
Hex 81 47 8B

RGB Percentages of Color #81478b

%38.05
%20.94
%41.00

CMYK Percentages of Color #81478b

%7
%49
%0
%45

Triadic Colors of #81478b

#81478b #8b8147 #478b81

Analogous Colors of #81478b

#81478b #8b4773 #5f478b

Monochromatic Colors of #81478b

#81478b

Complementary Color

#81478b #518b47

#81478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81478b Color CSS Codes

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

#81478b Text Font Color

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

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


#81478b Background Color

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

This div background color is #81478b


#81478b Border Color

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

This div border color is #81478b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,71,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 #81478b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81478b


Comments

No comments written yet.

Please login to write comment.