Color Hex Logo

#835ebe Color Hex

#835EBE
(131,94,190)
0 Favorites   0 Comments

Color spaces of #835ebe

RGB 13194190
HSL0.730.420.56
HSV263°51°75°
CMYK 0.310.510.00   0.25
XYZ22.657016.548450.7152
Yxy16.54840.25200.1840
Hunter Lab40.679728.2279-45.4407
CIE-Lab47.685935.5129-45.2292

#835ebe color RGB value is (131,94,190).

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

The process color (four color CMYK) of #835ebe color hex is 0.31, 0.51, 0.00, 0.25. Web safe color of #835ebe is #9966cc. Color #835ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 10111110
Octal 203 136 276
Decimal 131 94 190
Hex 83 5E BE

RGB Percentages of Color #835ebe

%31.57
%22.65
%45.78

CMYK Percentages of Color #835ebe

%31
%51
%0
%25

Triadic Colors of #835ebe

#835ebe #be835e #5ebe83

Analogous Colors of #835ebe

#835ebe #b35ebe #5e69be

Monochromatic Colors of #835ebe

#835ebe

Complementary Color

#835ebe #99be5e

#835ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ebe Color CSS Codes

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

#835ebe Text Font Color

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

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


#835ebe Background Color

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

This div background color is #835ebe


#835ebe Border Color

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

This div border color is #835ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ebe


Comments

No comments written yet.

Please login to write comment.