Color Hex Logo

#81118e Color Hex

#81118E
(129,17,142)
0 Favorites   0 Comments

Color spaces of #81118e

RGB 12917142
HSL0.820.790.31
HSV294°88°56°
CMYK 0.090.880.00   0.44
XYZ14.13627.021026.2013
Yxy7.02100.29850.1483
Hunter Lab26.497248.8594-40.0799
CIE-Lab31.854758.6418-41.8911

#81118e color RGB value is (129,17,142).

#81118e hex color red value is 129, green value is 17 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #81118e hue: 0.82 , saturation: 0.79 and the lightness value of 81118e is 0.31.

The process color (four color CMYK) of #81118e color hex is 0.09, 0.88, 0.00, 0.44. Web safe color of #81118e is #990099. Color #81118e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010001 10001110
Octal 201 21 216
Decimal 129 17 142
Hex 81 11 8E

RGB Percentages of Color #81118e

%44.79
%5.90
%49.31

CMYK Percentages of Color #81118e

%9
%88
%0
%44

Triadic Colors of #81118e

#81118e #8e8111 #118e81

Analogous Colors of #81118e

#81118e #8e115d #42118e

Monochromatic Colors of #81118e

#81118e

Complementary Color

#81118e #1e8e11

#81118e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81118e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81118e Color CSS Codes

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

#81118e Text Font Color

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

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


#81118e Background Color

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

This div background color is #81118e


#81118e Border Color

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

This div border color is #81118e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81118e


Comments

No comments written yet.

Please login to write comment.