Color Hex Logo

#835dba Color Hex

#835DBA
(131,93,186)
0 Favorites   0 Comments

Color spaces of #835dba

RGB 13193186
HSL0.730.400.55
HSV265°50°73°
CMYK 0.300.500.00   0.27
XYZ22.137316.199248.4144
Yxy16.19920.25520.1867
Hunter Lab40.248227.7440-43.1459
CIE-Lab47.234835.0688-43.6262

#835dba color RGB value is (131,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011101 10111010
Octal 203 135 272
Decimal 131 93 186
Hex 83 5D BA

RGB Percentages of Color #835dba

%31.95
%22.68
%45.37

CMYK Percentages of Color #835dba

%30
%50
%0
%27

Triadic Colors of #835dba

#835dba #ba835d #5dba83

Analogous Colors of #835dba

#835dba #b25dba #5d66ba

Monochromatic Colors of #835dba

#835dba

Complementary Color

#835dba #94ba5d

#835dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#835dba Color CSS Codes

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

#835dba Text Font Color

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

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


#835dba Background Color

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

This div background color is #835dba


#835dba Border Color

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

This div border color is #835dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,93,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 #835dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835dba


Comments

No comments written yet.

Please login to write comment.