Color Hex Logo

#835cbe Color Hex

#835CBE
(131,92,190)
0 Favorites   0 Comments

Color spaces of #835cbe

RGB 13192190
HSL0.730.430.55
HSV264°52°75°
CMYK 0.310.520.00   0.25
XYZ22.481516.197350.6567
Yxy16.19730.25170.1813
Hunter Lab40.245929.2805-46.4551
CIE-Lab47.232336.6657-45.9517

#835cbe color RGB value is (131,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011100 10111110
Octal 203 134 276
Decimal 131 92 190
Hex 83 5C BE

RGB Percentages of Color #835cbe

%31.72
%22.28
%46.00

CMYK Percentages of Color #835cbe

%31
%52
%0
%25

Triadic Colors of #835cbe

#835cbe #be835c #5cbe83

Analogous Colors of #835cbe

#835cbe #b45cbe #5c66be

Monochromatic Colors of #835cbe

#835cbe

Complementary Color

#835cbe #97be5c

#835cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#835cbe Color CSS Codes

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

#835cbe Text Font Color

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

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


#835cbe Background Color

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

This div background color is #835cbe


#835cbe Border Color

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

This div border color is #835cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835cbe


Comments

No comments written yet.

Please login to write comment.