Color Hex Logo

#831793 Color Hex

#831793
(131,23,147)
0 Favorites   0 Comments

Color spaces of #831793

RGB 13123147
HSL0.810.730.33
HSV292°84°58°
CMYK 0.110.840.00   0.42
XYZ14.93297.544728.2730
Yxy7.54470.29420.1487
Hunter Lab27.467648.9740-41.8011
CIE-Lab33.016158.5217-43.0846

#831793 color RGB value is (131,23,147).

#831793 hex color red value is 131, green value is 23 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #831793 hue: 0.81 , saturation: 0.73 and the lightness value of 831793 is 0.33.

The process color (four color CMYK) of #831793 color hex is 0.11, 0.84, 0.00, 0.42. Web safe color of #831793 is #990099. Color #831793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010111 10010011
Octal 203 27 223
Decimal 131 23 147
Hex 83 17 93

RGB Percentages of Color #831793

%43.52
%7.64
%48.84

CMYK Percentages of Color #831793

%11
%84
%0
%42

Triadic Colors of #831793

#831793 #938317 #179383

Analogous Colors of #831793

#831793 #931765 #451793

Monochromatic Colors of #831793

#831793

Complementary Color

#831793 #279317

#831793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831793 Color CSS Codes

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

#831793 Text Font Color

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

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


#831793 Background Color

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

This div background color is #831793


#831793 Border Color

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

This div border color is #831793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831793


Comments

No comments written yet.

Please login to write comment.