Color Hex Logo

#833ccb Color Hex

#833CCB
(131,60,203)
0 Favorites   0 Comments

Color spaces of #833ccb

RGB 13160203
HSL0.750.580.52
HSV270°70°80°
CMYK 0.350.700.00   0.20
XYZ21.755412.368857.7407
Yxy12.36880.23680.1346
Hunter Lab35.169348.8721-72.7234
CIE-Lab41.796456.7308-62.2351

#833ccb color RGB value is (131,60,203).

#833ccb hex color red value is 131, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #833ccb hue: 0.75 , saturation: 0.58 and the lightness value of 833ccb is 0.52.

The process color (four color CMYK) of #833ccb color hex is 0.35, 0.70, 0.00, 0.20. Web safe color of #833ccb is #9933cc. Color #833ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 11001011
Octal 203 74 313
Decimal 131 60 203
Hex 83 3C CB

RGB Percentages of Color #833ccb

%33.25
%15.23
%51.52

CMYK Percentages of Color #833ccb

%35
%70
%0
%20

Triadic Colors of #833ccb

#833ccb #cb833c #3ccb83

Analogous Colors of #833ccb

#833ccb #cb3ccb #3c3dcb

Monochromatic Colors of #833ccb

#833ccb

Complementary Color

#833ccb #84cb3c

#833ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833ccb Color CSS Codes

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

#833ccb Text Font Color

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

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


#833ccb Background Color

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

This div background color is #833ccb


#833ccb Border Color

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

This div border color is #833ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833ccb


Comments

No comments written yet.

Please login to write comment.