Color Hex Logo

#81125f Color Hex

#81125F
(129,18,95)
0 Favorites   0 Comments

Color spaces of #81125f

RGB 1291895
HSL0.880.760.29
HSV318°86°51°
CMYK 0.000.860.26   0.49
XYZ11.33515.926011.3729
Yxy5.92600.39590.2070
Hunter Lab24.343440.5147-10.6591
CIE-Lab29.225051.1764-16.2149

#81125f color RGB value is (129,18,95).

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

The process color (four color CMYK) of #81125f color hex is 0.00, 0.86, 0.26, 0.49. Web safe color of #81125f is #990066. Color #81125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010010 01011111
Octal 201 22 137
Decimal 129 18 95
Hex 81 12 5F

RGB Percentages of Color #81125f

%53.31
%7.44
%39.26

CMYK Percentages of Color #81125f

%0
%86
%26
%49

Triadic Colors of #81125f

#81125f #5f8112 #125f81

Analogous Colors of #81125f

#81125f #811228 #6c1281

Monochromatic Colors of #81125f

#81125f

Complementary Color

#81125f #128134

#81125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81125f Color CSS Codes

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

#81125f Text Font Color

<p style="color:#81125f">Text here</p>

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


#81125f Background Color

<div style="background-color:#81125f">
Div content here</div>

This div background color is #81125f


#81125f Border Color

<div style="border:3px solid #81125f">
Div here</div>

This div border color is #81125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81125f


Comments

No comments written yet.

Please login to write comment.