Color Hex Logo

#835fbf Color Hex

#835FBF
(131,95,191)
0 Favorites   0 Comments

Color spaces of #835fbf

RGB 13195191
HSL0.730.430.56
HSV263°50°75°
CMYK 0.310.500.00   0.25
XYZ22.856316.771351.3227
Yxy16.77130.25130.1844
Hunter Lab40.952827.9559-45.6363
CIE-Lab47.970635.1923-45.3550

#835fbf color RGB value is (131,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011111 10111111
Octal 203 137 277
Decimal 131 95 191
Hex 83 5F BF

RGB Percentages of Color #835fbf

%31.41
%22.78
%45.80

CMYK Percentages of Color #835fbf

%31
%50
%0
%25

Triadic Colors of #835fbf

#835fbf #bf835f #5fbf83

Analogous Colors of #835fbf

#835fbf #b35fbf #5f6bbf

Monochromatic Colors of #835fbf

#835fbf

Complementary Color

#835fbf #9bbf5f

#835fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#835fbf Color CSS Codes

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

#835fbf Text Font Color

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

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


#835fbf Background Color

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

This div background color is #835fbf


#835fbf Border Color

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

This div border color is #835fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835fbf


Comments

No comments written yet.

Please login to write comment.