Color Hex Logo

#833bbf Color Hex

#833BBF
(131,59,191)
0 Favorites   0 Comments

Color spaces of #833bbf

RGB 13159191
HSL0.760.530.49
HSV273°69°75°
CMYK 0.310.690.00   0.25
XYZ20.328011.714850.4800
Yxy11.71480.24630.1420
Hunter Lab34.226946.1175-63.4858
CIE-Lab40.759254.3604-56.9317

#833bbf color RGB value is (131,59,191).

#833bbf hex color red value is 131, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #833bbf hue: 0.76 , saturation: 0.53 and the lightness value of 833bbf is 0.49.

The process color (four color CMYK) of #833bbf color hex is 0.31, 0.69, 0.00, 0.25. Web safe color of #833bbf is #9933cc. Color #833bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 10111111
Octal 203 73 277
Decimal 131 59 191
Hex 83 3B BF

RGB Percentages of Color #833bbf

%34.38
%15.49
%50.13

CMYK Percentages of Color #833bbf

%31
%69
%0
%25

Triadic Colors of #833bbf

#833bbf #bf833b #3bbf83

Analogous Colors of #833bbf

#833bbf #bf3bb9 #413bbf

Monochromatic Colors of #833bbf

#833bbf

Complementary Color

#833bbf #77bf3b

#833bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bbf Color CSS Codes

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

#833bbf Text Font Color

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

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


#833bbf Background Color

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

This div background color is #833bbf


#833bbf Border Color

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

This div border color is #833bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bbf


Comments

No comments written yet.

Please login to write comment.