Color Hex Logo

#835abb Color Hex

#835ABB
(131,90,187)
0 Favorites   0 Comments

Color spaces of #835abb

RGB 13190187
HSL0.740.420.54
HSV265°52°73°
CMYK 0.300.520.00   0.27
XYZ21.985915.725548.8902
Yxy15.72550.25390.1816
Hunter Lab39.655429.5677-45.3385
CIE-Lab46.612337.0490-45.1979

#835abb color RGB value is (131,90,187).

#835abb hex color red value is 131, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #835abb hue: 0.74 , saturation: 0.42 and the lightness value of 835abb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10111011
Octal 203 132 273
Decimal 131 90 187
Hex 83 5A BB

RGB Percentages of Color #835abb

%32.11
%22.06
%45.83

CMYK Percentages of Color #835abb

%30
%52
%0
%27

Triadic Colors of #835abb

#835abb #bb835a #5abb83

Analogous Colors of #835abb

#835abb #b45abb #5a62bb

Monochromatic Colors of #835abb

#835abb

Complementary Color

#835abb #92bb5a

#835abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#835abb Color CSS Codes

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

#835abb Text Font Color

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

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


#835abb Background Color

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

This div background color is #835abb


#835abb Border Color

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

This div border color is #835abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835abb


Comments

No comments written yet.

Please login to write comment.