Color Hex Logo

#835cbd Color Hex

#835CBD
(131,92,189)
0 Favorites   0 Comments

Color spaces of #835cbd

RGB 13192189
HSL0.730.420.55
HSV264°51°74°
CMYK 0.310.510.00   0.26
XYZ22.372516.153750.0829
Yxy16.15370.25250.1823
Hunter Lab40.191729.0258-45.7472
CIE-Lab47.175536.4099-45.4622

#835cbd color RGB value is (131,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011100 10111101
Octal 203 134 275
Decimal 131 92 189
Hex 83 5C BD

RGB Percentages of Color #835cbd

%31.80
%22.33
%45.87

CMYK Percentages of Color #835cbd

%31
%51
%0
%26

Triadic Colors of #835cbd

#835cbd #bd835c #5cbd83

Analogous Colors of #835cbd

#835cbd #b45cbd #5c66bd

Monochromatic Colors of #835cbd

#835cbd

Complementary Color

#835cbd #96bd5c

#835cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#835cbd Color CSS Codes

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

#835cbd Text Font Color

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

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


#835cbd Background Color

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

This div background color is #835cbd


#835cbd Border Color

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

This div border color is #835cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835cbd


Comments

No comments written yet.

Please login to write comment.