Color Hex Logo

#831cbc Color Hex

#831CBC
(131,28,188)
0 Favorites   0 Comments

Color spaces of #831cbc

RGB 13128188
HSL0.770.740.42
HSV279°85°74°
CMYK 0.300.850.00   0.26
XYZ18.85249.286648.3758
Yxy9.28660.24640.1214
Hunter Lab30.473957.0979-72.7881
CIE-Lab36.530365.1707-62.0415

#831cbc color RGB value is (131,28,188).

#831cbc hex color red value is 131, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #831cbc hue: 0.77 , saturation: 0.74 and the lightness value of 831cbc is 0.42.

The process color (four color CMYK) of #831cbc color hex is 0.30, 0.85, 0.00, 0.26. Web safe color of #831cbc is #9933cc. Color #831cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011100 10111100
Octal 203 34 274
Decimal 131 28 188
Hex 83 1C BC

RGB Percentages of Color #831cbc

%37.75
%8.07
%54.18

CMYK Percentages of Color #831cbc

%30
%85
%0
%26

Triadic Colors of #831cbc

#831cbc #bc831c #1cbc83

Analogous Colors of #831cbc

#831cbc #bc1ca5 #331cbc

Monochromatic Colors of #831cbc

#831cbc

Complementary Color

#831cbc #55bc1c

#831cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#831cbc Color CSS Codes

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

#831cbc Text Font Color

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

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


#831cbc Background Color

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

This div background color is #831cbc


#831cbc Border Color

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

This div border color is #831cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831cbc


Comments

No comments written yet.

Please login to write comment.