Color Hex Logo

#835abd Color Hex

#835ABD
(131,90,189)
0 Favorites   0 Comments

Color spaces of #835abd

RGB 13190189
HSL0.740.430.55
HSV265°52°74°
CMYK 0.310.520.00   0.26
XYZ22.201515.811750.0259
Yxy15.81170.25220.1796
Hunter Lab39.763930.0755-46.7564
CIE-Lab46.726537.5568-46.1778

#835abd color RGB value is (131,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 10111101
Octal 203 132 275
Decimal 131 90 189
Hex 83 5A BD

RGB Percentages of Color #835abd

%31.95
%21.95
%46.10

CMYK Percentages of Color #835abd

%31
%52
%0
%26

Triadic Colors of #835abd

#835abd #bd835a #5abd83

Analogous Colors of #835abd

#835abd #b55abd #5a62bd

Monochromatic Colors of #835abd

#835abd

Complementary Color

#835abd #94bd5a

#835abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#835abd Color CSS Codes

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

#835abd Text Font Color

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

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


#835abd Background Color

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

This div background color is #835abd


#835abd Border Color

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

This div border color is #835abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835abd


Comments

No comments written yet.

Please login to write comment.