Color Hex Logo

#835bcc Color Hex

#835BCC
(131,91,204)
0 Favorites   0 Comments

Color spaces of #835bcc

RGB 13191204
HSL0.730.530.58
HSV261°55°80°
CMYK 0.360.550.00   0.20
XYZ24.000216.667159.0789
Yxy16.66710.24060.1671
Hunter Lab40.825433.4913-57.2216
CIE-Lab47.837840.8674-53.0599

#835bcc color RGB value is (131,91,204).

#835bcc hex color red value is 131, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #835bcc hue: 0.73 , saturation: 0.53 and the lightness value of 835bcc is 0.58.

The process color (four color CMYK) of #835bcc color hex is 0.36, 0.55, 0.00, 0.20. Web safe color of #835bcc is #9966cc. Color #835bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011011 11001100
Octal 203 133 314
Decimal 131 91 204
Hex 83 5B CC

RGB Percentages of Color #835bcc

%30.75
%21.36
%47.89

CMYK Percentages of Color #835bcc

%36
%55
%0
%20

Triadic Colors of #835bcc

#835bcc #cc835b #5bcc83

Analogous Colors of #835bcc

#835bcc #bc5bcc #5b6ccc

Monochromatic Colors of #835bcc

#835bcc

Complementary Color

#835bcc #a4cc5b

#835bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#835bcc Color CSS Codes

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

#835bcc Text Font Color

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

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


#835bcc Background Color

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

This div background color is #835bcc


#835bcc Border Color

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

This div border color is #835bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835bcc


Comments

No comments written yet.

Please login to write comment.