Color Hex Logo

#81127b Color Hex

#81127B
(129,18,123)
0 Favorites   0 Comments

Color spaces of #81127b

RGB 12918123
HSL0.840.760.29
HSV303°86°51°
CMYK 0.000.860.05   0.49
XYZ12.84476.529819.3223
Yxy6.52980.33190.1687
Hunter Lab25.553545.0062-26.9448
CIE-Lab30.711655.2423-31.8533

#81127b color RGB value is (129,18,123).

#81127b hex color red value is 129, green value is 18 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #81127b hue: 0.84 , saturation: 0.76 and the lightness value of 81127b is 0.29.

The process color (four color CMYK) of #81127b color hex is 0.00, 0.86, 0.05, 0.49. Web safe color of #81127b is #990066. Color #81127b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010010 01111011
Octal 201 22 173
Decimal 129 18 123
Hex 81 12 7B

RGB Percentages of Color #81127b

%47.78
%6.67
%45.56

CMYK Percentages of Color #81127b

%0
%86
%5
%49

Triadic Colors of #81127b

#81127b #7b8112 #127b81

Analogous Colors of #81127b

#81127b #811243 #4f1281

Monochromatic Colors of #81127b

#81127b

Complementary Color

#81127b #128118

#81127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81127b Color CSS Codes

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

#81127b Text Font Color

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

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


#81127b Background Color

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

This div background color is #81127b


#81127b Border Color

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

This div border color is #81127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81127b


Comments

No comments written yet.

Please login to write comment.