Color Hex Logo

#81398e Color Hex

#81398E
(129,57,142)
0 Favorites   0 Comments

Color spaces of #81398e

RGB 12957142
HSL0.810.430.39
HSV291°60°56°
CMYK 0.090.600.00   0.44
XYZ15.39899.546426.6222
Yxy9.54640.29860.1851
Hunter Lab30.897234.8925-29.4584
CIE-Lab37.015744.0597-33.6554

#81398e color RGB value is (129,57,142).

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

The process color (four color CMYK) of #81398e color hex is 0.09, 0.60, 0.00, 0.44. Web safe color of #81398e is #993399. Color #81398e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111001 10001110
Octal 201 71 216
Decimal 129 57 142
Hex 81 39 8E

RGB Percentages of Color #81398e

%39.33
%17.38
%43.29

CMYK Percentages of Color #81398e

%9
%60
%0
%44

Triadic Colors of #81398e

#81398e #8e8139 #398e81

Analogous Colors of #81398e

#81398e #8e3971 #57398e

Monochromatic Colors of #81398e

#81398e

Complementary Color

#81398e #468e39

#81398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81398e Color CSS Codes

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

#81398e Text Font Color

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

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


#81398e Background Color

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

This div background color is #81398e


#81398e Border Color

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

This div border color is #81398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81398e


Comments

No comments written yet.

Please login to write comment.