Color Hex Logo

#833f91 Color Hex

#833F91
(131,63,145)
0 Favorites   0 Comments

Color spaces of #833f91

RGB 13163145
HSL0.800.390.41
HSV290°57°57°
CMYK 0.100.570.00   0.43
XYZ16.248410.424627.9438
Yxy10.42460.29750.1909
Hunter Lab32.287133.3270-28.7132
CIE-Lab38.593942.1798-32.9704

#833f91 color RGB value is (131,63,145).

#833f91 hex color red value is 131, green value is 63 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #833f91 hue: 0.80 , saturation: 0.39 and the lightness value of 833f91 is 0.41.

The process color (four color CMYK) of #833f91 color hex is 0.10, 0.57, 0.00, 0.43. Web safe color of #833f91 is #993399. Color #833f91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 10010001
Octal 203 77 221
Decimal 131 63 145
Hex 83 3F 91

RGB Percentages of Color #833f91

%38.64
%18.58
%42.77

CMYK Percentages of Color #833f91

%10
%57
%0
%43

Triadic Colors of #833f91

#833f91 #91833f #3f9183

Analogous Colors of #833f91

#833f91 #913f76 #5a3f91

Monochromatic Colors of #833f91

#833f91

Complementary Color

#833f91 #4d913f

#833f91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833f91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833f91 Color CSS Codes

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

#833f91 Text Font Color

<p style="color:#833f91">Text here</p>

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


#833f91 Background Color

<div style="background-color:#833f91">
Div content here</div>

This div background color is #833f91


#833f91 Border Color

<div style="border:3px solid #833f91">
Div here</div>

This div border color is #833f91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,63,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833f91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833f91;
  -webkit-box-shadow: 1px 1px 3px 2px #833f91;
  box-shadow:         1px 1px 3px 2px #833f91; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833f91


Comments

No comments written yet.

Please login to write comment.