Color Hex Logo

#833bdd Color Hex

#833BDD
(131,59,221)
0 Favorites   0 Comments

Color spaces of #833bdd

RGB 13159221
HSL0.740.700.55
HSV267°73°87°
CMYK 0.410.730.00   0.13
XYZ23.975213.173769.6858
Yxy13.17370.22440.1233
Hunter Lab36.295654.3916-88.4270
CIE-Lab43.023861.5076-70.5901

#833bdd color RGB value is (131,59,221).

#833bdd hex color red value is 131, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #833bdd hue: 0.74 , saturation: 0.70 and the lightness value of 833bdd is 0.55.

The process color (four color CMYK) of #833bdd color hex is 0.41, 0.73, 0.00, 0.13. Web safe color of #833bdd is #9933cc. Color #833bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11011101
Octal 203 73 335
Decimal 131 59 221
Hex 83 3B DD

RGB Percentages of Color #833bdd

%31.87
%14.36
%53.77

CMYK Percentages of Color #833bdd

%41
%73
%0
%13

Triadic Colors of #833bdd

#833bdd #dd833b #3bdd83

Analogous Colors of #833bdd

#833bdd #d43bdd #3b44dd

Monochromatic Colors of #833bdd

#833bdd

Complementary Color

#833bdd #95dd3b

#833bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bdd Color CSS Codes

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

#833bdd Text Font Color

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

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


#833bdd Background Color

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

This div background color is #833bdd


#833bdd Border Color

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

This div border color is #833bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bdd


Comments

No comments written yet.

Please login to write comment.