Color Hex Logo

#831365 Color Hex

#831365
(131,19,101)
0 Favorites   0 Comments

Color spaces of #831365

RGB 13119101
HSL0.880.750.29
HSV316°85°51°
CMYK 0.000.850.23   0.49
XYZ11.94196.230612.8851
Yxy6.23060.38450.2006
Hunter Lab24.961241.7158-13.1330
CIE-Lab29.987052.2077-18.9034

#831365 color RGB value is (131,19,101).

#831365 hex color red value is 131, green value is 19 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #831365 hue: 0.88 , saturation: 0.75 and the lightness value of 831365 is 0.29.

The process color (four color CMYK) of #831365 color hex is 0.00, 0.85, 0.23, 0.49. Web safe color of #831365 is #990066. Color #831365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 01100101
Octal 203 23 145
Decimal 131 19 101
Hex 83 13 65

RGB Percentages of Color #831365

%52.19
%7.57
%40.24

CMYK Percentages of Color #831365

%0
%85
%23
%49

Triadic Colors of #831365

#831365 #658313 #136583

Analogous Colors of #831365

#831365 #83132d #691383

Monochromatic Colors of #831365

#831365

Complementary Color

#831365 #138331

#831365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831365 Color CSS Codes

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

#831365 Text Font Color

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

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


#831365 Background Color

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

This div background color is #831365


#831365 Border Color

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

This div border color is #831365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831365


Comments

No comments written yet.

Please login to write comment.