Color Hex Logo

#833abd Color Hex

#833ABD
(131,58,189)
0 Favorites   0 Comments

Color spaces of #833abd

RGB 13158189
HSL0.760.530.48
HSV273°69°74°
CMYK 0.310.690.00   0.26
XYZ20.058411.525549.3116
Yxy11.52550.24800.1425
Hunter Lab33.949246.0529-62.3549
CIE-Lab40.451854.3575-56.2581

#833abd color RGB value is (131,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 10111101
Octal 203 72 275
Decimal 131 58 189
Hex 83 3A BD

RGB Percentages of Color #833abd

%34.66
%15.34
%50.00

CMYK Percentages of Color #833abd

%31
%69
%0
%26

Triadic Colors of #833abd

#833abd #bd833a #3abd83

Analogous Colors of #833abd

#833abd #bd3ab6 #423abd

Monochromatic Colors of #833abd

#833abd

Complementary Color

#833abd #74bd3a

#833abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#833abd Color CSS Codes

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

#833abd Text Font Color

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

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


#833abd Background Color

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

This div background color is #833abd


#833abd Border Color

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

This div border color is #833abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833abd


Comments

No comments written yet.

Please login to write comment.