Color Hex Logo

#811988 Color Hex

#811988
(129,25,136)
0 Favorites   0 Comments

Color spaces of #811988

RGB 12925136
HSL0.820.690.32
HSV296°82°53°
CMYK 0.050.820.00   0.47
XYZ13.84487.140023.9410
Yxy7.14000.30820.1589
Hunter Lab26.720845.7246-34.4175
CIE-Lab32.123555.6500-37.7423

#811988 color RGB value is (129,25,136).

#811988 hex color red value is 129, green value is 25 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #811988 hue: 0.82 , saturation: 0.69 and the lightness value of 811988 is 0.32.

The process color (four color CMYK) of #811988 color hex is 0.05, 0.82, 0.00, 0.47. Web safe color of #811988 is #990099. Color #811988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00011001 10001000
Octal 201 31 210
Decimal 129 25 136
Hex 81 19 88

RGB Percentages of Color #811988

%44.48
%8.62
%46.90

CMYK Percentages of Color #811988

%5
%82
%0
%47

Triadic Colors of #811988

#811988 #888119 #198881

Analogous Colors of #811988

#811988 #881957 #4a1988

Monochromatic Colors of #811988

#811988

Complementary Color

#811988 #208819

#811988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811988 Color CSS Codes

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

#811988 Text Font Color

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

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


#811988 Background Color

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

This div background color is #811988


#811988 Border Color

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

This div border color is #811988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,25,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #811988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #811988;
  -webkit-box-shadow: 1px 1px 3px 2px #811988;
  box-shadow:         1px 1px 3px 2px #811988; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811988


Comments

No comments written yet.

Please login to write comment.