Color Hex Logo

#831caf Color Hex

#831CAF
(131,28,175)
0 Favorites   0 Comments

Color spaces of #831caf

RGB 13128175
HSL0.780.720.40
HSV282°84°69°
CMYK 0.250.840.00   0.31
XYZ17.51328.750941.3235
Yxy8.75090.25910.1295
Hunter Lab29.581953.9079-62.1159
CIE-Lab35.500262.5361-56.0089

#831caf color RGB value is (131,28,175).

#831caf hex color red value is 131, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #831caf hue: 0.78 , saturation: 0.72 and the lightness value of 831caf is 0.40.

The process color (four color CMYK) of #831caf color hex is 0.25, 0.84, 0.00, 0.31. Web safe color of #831caf is #993399. Color #831caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011100 10101111
Octal 203 34 257
Decimal 131 28 175
Hex 83 1C AF

RGB Percentages of Color #831caf

%39.22
%8.38
%52.40

CMYK Percentages of Color #831caf

%25
%84
%0
%31

Triadic Colors of #831caf

#831caf #af831c #1caf83

Analogous Colors of #831caf

#831caf #af1c92 #3a1caf

Monochromatic Colors of #831caf

#831caf

Complementary Color

#831caf #48af1c

#831caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#831caf Color CSS Codes

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

#831caf Text Font Color

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

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


#831caf Background Color

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

This div background color is #831caf


#831caf Border Color

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

This div border color is #831caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,28,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831caf;
  -webkit-box-shadow: 1px 1px 3px 2px #831caf;
  box-shadow:         1px 1px 3px 2px #831caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831caf


Comments

No comments written yet.

Please login to write comment.