Color Hex Logo

#831dbf Color Hex

#831DBF
(131,29,191)
0 Favorites   0 Comments

Color spaces of #831dbf

RGB 13129191
HSL0.770.740.43
HSV278°85°75°
CMYK 0.310.850.00   0.25
XYZ19.20349.465650.1051
Yxy9.46560.24380.1202
Hunter Lab30.766257.5738-75.0219
CIE-Lab36.865765.5237-63.2605

#831dbf color RGB value is (131,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011101 10111111
Octal 203 35 277
Decimal 131 29 191
Hex 83 1D BF

RGB Percentages of Color #831dbf

%37.32
%8.26
%54.42

CMYK Percentages of Color #831dbf

%31
%85
%0
%25

Triadic Colors of #831dbf

#831dbf #bf831d #1dbf83

Analogous Colors of #831dbf

#831dbf #bf1daa #321dbf

Monochromatic Colors of #831dbf

#831dbf

Complementary Color

#831dbf #59bf1d

#831dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#831dbf Color CSS Codes

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

#831dbf Text Font Color

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

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


#831dbf Background Color

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

This div background color is #831dbf


#831dbf Border Color

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

This div border color is #831dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831dbf


Comments

No comments written yet.

Please login to write comment.