Color Hex Logo

#835eba Color Hex

#835EBA
(131,94,186)
0 Favorites   0 Comments

Color spaces of #835eba

RGB 13194186
HSL0.730.400.55
HSV264°49°73°
CMYK 0.300.490.00   0.27
XYZ22.225716.375948.4438
Yxy16.37590.25530.1881
Hunter Lab40.467127.2197-42.6499
CIE-Lab47.463834.4903-43.2621

#835eba color RGB value is (131,94,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 10111010
Octal 203 136 272
Decimal 131 94 186
Hex 83 5E BA

RGB Percentages of Color #835eba

%31.87
%22.87
%45.26

CMYK Percentages of Color #835eba

%30
%49
%0
%27

Triadic Colors of #835eba

#835eba #ba835e #5eba83

Analogous Colors of #835eba

#835eba #b15eba #5e67ba

Monochromatic Colors of #835eba

#835eba

Complementary Color

#835eba #95ba5e

#835eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#835eba Color CSS Codes

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

#835eba Text Font Color

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

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


#835eba Background Color

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

This div background color is #835eba


#835eba Border Color

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

This div border color is #835eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835eba


Comments

No comments written yet.

Please login to write comment.