Color Hex Logo

#833fcc Color Hex

#833FCC
(131,63,204)
0 Favorites   0 Comments

Color spaces of #833fcc

RGB 13163204
HSL0.750.580.52
HSV269°69°80°
CMYK 0.360.690.00   0.20
XYZ22.036712.739958.4243
Yxy12.73990.23640.1367
Hunter Lab35.693047.7424-72.0641
CIE-Lab42.368755.5765-61.8847

#833fcc color RGB value is (131,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 11001100
Octal 203 77 314
Decimal 131 63 204
Hex 83 3F CC

RGB Percentages of Color #833fcc

%32.91
%15.83
%51.26

CMYK Percentages of Color #833fcc

%36
%69
%0
%20

Triadic Colors of #833fcc

#833fcc #cc833f #3fcc83

Analogous Colors of #833fcc

#833fcc #ca3fcc #3f42cc

Monochromatic Colors of #833fcc

#833fcc

Complementary Color

#833fcc #88cc3f

#833fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fcc Color CSS Codes

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

#833fcc Text Font Color

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

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


#833fcc Background Color

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

This div background color is #833fcc


#833fcc Border Color

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

This div border color is #833fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fcc


Comments

No comments written yet.

Please login to write comment.