Color Hex Logo

#833dbf Color Hex

#833DBF
(131,61,191)
0 Favorites   0 Comments

Color spaces of #833dbf

RGB 13161191
HSL0.760.520.49
HSV272°68°75°
CMYK 0.310.680.00   0.25
XYZ20.432811.924450.5149
Yxy11.92440.24660.1439
Hunter Lab34.531745.1899-62.5605
CIE-Lab41.095753.4228-56.3872

#833dbf color RGB value is (131,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 10111111
Octal 203 75 277
Decimal 131 61 191
Hex 83 3D BF

RGB Percentages of Color #833dbf

%34.20
%15.93
%49.87

CMYK Percentages of Color #833dbf

%31
%68
%0
%25

Triadic Colors of #833dbf

#833dbf #bf833d #3dbf83

Analogous Colors of #833dbf

#833dbf #bf3dba #423dbf

Monochromatic Colors of #833dbf

#833dbf

Complementary Color

#833dbf #79bf3d

#833dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833dbf Color CSS Codes

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

#833dbf Text Font Color

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

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


#833dbf Background Color

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

This div background color is #833dbf


#833dbf Border Color

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

This div border color is #833dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833dbf


Comments

No comments written yet.

Please login to write comment.