Color Hex Logo

#831cbd Color Hex

#831CBD
(131,28,189)
0 Favorites   0 Comments

Color spaces of #831cbd

RGB 13128189
HSL0.770.740.43
HSV278°85°74°
CMYK 0.310.850.00   0.26
XYZ18.96069.329948.9456
Yxy9.32990.24550.1208
Hunter Lab30.544957.3495-73.6258
CIE-Lab36.611965.3761-62.4978

#831cbd color RGB value is (131,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011100 10111101
Octal 203 34 275
Decimal 131 28 189
Hex 83 1C BD

RGB Percentages of Color #831cbd

%37.64
%8.05
%54.31

CMYK Percentages of Color #831cbd

%31
%85
%0
%26

Triadic Colors of #831cbd

#831cbd #bd831c #1cbd83

Analogous Colors of #831cbd

#831cbd #bd1ca7 #331cbd

Monochromatic Colors of #831cbd

#831cbd

Complementary Color

#831cbd #56bd1c

#831cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#831cbd Color CSS Codes

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

#831cbd Text Font Color

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

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


#831cbd Background Color

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

This div background color is #831cbd


#831cbd Border Color

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

This div border color is #831cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831cbd


Comments

No comments written yet.

Please login to write comment.