Color Hex Logo

#81398b Color Hex

#81398B
(129,57,139)
0 Favorites   0 Comments

Color spaces of #81398b

RGB 12957139
HSL0.810.420.38
HSV293°59°55°
CMYK 0.070.590.00   0.45
XYZ15.17669.457525.4517
Yxy9.45750.30300.1888
Hunter Lab30.753034.2717-27.5422
CIE-Lab36.850643.4533-32.0796

#81398b color RGB value is (129,57,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111001 10001011
Octal 201 71 213
Decimal 129 57 139
Hex 81 39 8B

RGB Percentages of Color #81398b

%39.69
%17.54
%42.77

CMYK Percentages of Color #81398b

%7
%59
%0
%45

Triadic Colors of #81398b

#81398b #8b8139 #398b81

Analogous Colors of #81398b

#81398b #8b396c #58398b

Monochromatic Colors of #81398b

#81398b

Complementary Color

#81398b #438b39

#81398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81398b Color CSS Codes

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

#81398b Text Font Color

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

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


#81398b Background Color

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

This div background color is #81398b


#81398b Border Color

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

This div border color is #81398b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81398b


Comments

No comments written yet.

Please login to write comment.