Color Hex Logo

#831069 Color Hex

#831069
(131,16,105)
0 Favorites   0 Comments

Color spaces of #831069

RGB 13116105
HSL0.870.780.29
HSV314°88°51°
CMYK 0.000.880.20   0.49
XYZ12.09526.215813.9269
Yxy6.21580.37520.1928
Hunter Lab24.931542.9668-15.6677
CIE-Lab29.950553.4318-21.5443

#831069 color RGB value is (131,16,105).

#831069 hex color red value is 131, green value is 16 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #831069 hue: 0.87 , saturation: 0.78 and the lightness value of 831069 is 0.29.

The process color (four color CMYK) of #831069 color hex is 0.00, 0.88, 0.20, 0.49. Web safe color of #831069 is #990066. Color #831069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010000 01101001
Octal 203 20 151
Decimal 131 16 105
Hex 83 10 69

RGB Percentages of Color #831069

%51.98
%6.35
%41.67

CMYK Percentages of Color #831069

%0
%88
%20
%49

Triadic Colors of #831069

#831069 #698310 #106983

Analogous Colors of #831069

#831069 #831030 #631083

Monochromatic Colors of #831069

#831069

Complementary Color

#831069 #10832a

#831069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831069 Color CSS Codes

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

#831069 Text Font Color

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

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


#831069 Background Color

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

This div background color is #831069


#831069 Border Color

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

This div border color is #831069


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,16,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831069; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831069;
  -webkit-box-shadow: 1px 1px 3px 2px #831069;
  box-shadow:         1px 1px 3px 2px #831069; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,16,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831069


Comments

No comments written yet.

Please login to write comment.