Color Hex Logo

#835fba Color Hex

#835FBA
(131,95,186)
0 Favorites   0 Comments

Color spaces of #835fba

RGB 13195186
HSL0.730.400.55
HSV264°49°73°
CMYK 0.300.490.00   0.27
XYZ22.315216.554948.4736
Yxy16.55490.25550.1895
Hunter Lab40.687726.6949-42.1542
CIE-Lab47.694233.9101-42.8962

#835fba color RGB value is (131,95,186).

#835fba hex color red value is 131, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #835fba hue: 0.73 , saturation: 0.40 and the lightness value of 835fba is 0.55.

The process color (four color CMYK) of #835fba color hex is 0.30, 0.49, 0.00, 0.27. Web safe color of #835fba is #9966cc. Color #835fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 10111010
Octal 203 137 272
Decimal 131 95 186
Hex 83 5F BA

RGB Percentages of Color #835fba

%31.80
%23.06
%45.15

CMYK Percentages of Color #835fba

%30
%49
%0
%27

Triadic Colors of #835fba

#835fba #ba835f #5fba83

Analogous Colors of #835fba

#835fba #b15fba #5f69ba

Monochromatic Colors of #835fba

#835fba

Complementary Color

#835fba #96ba5f

#835fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#835fba Color CSS Codes

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

#835fba Text Font Color

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

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


#835fba Background Color

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

This div background color is #835fba


#835fba Border Color

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

This div border color is #835fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,95,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835fba;
  -webkit-box-shadow: 1px 1px 3px 2px #835fba;
  box-shadow:         1px 1px 3px 2px #835fba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835fba


Comments

No comments written yet.

Please login to write comment.