Color Hex Logo

#833fce Color Hex

#833FCE
(131,63,206)
0 Favorites   0 Comments

Color spaces of #833fce

RGB 13163206
HSL0.750.590.53
HSV269°69°81°
CMYK 0.360.690.00   0.19
XYZ22.278212.836559.6960
Yxy12.83650.23500.1354
Hunter Lab35.828148.2937-73.7082
CIE-Lab42.515956.0602-62.8017

#833fce color RGB value is (131,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 11001110
Octal 203 77 316
Decimal 131 63 206
Hex 83 3F CE

RGB Percentages of Color #833fce

%32.75
%15.75
%51.50

CMYK Percentages of Color #833fce

%36
%69
%0
%19

Triadic Colors of #833fce

#833fce #ce833f #3fce83

Analogous Colors of #833fce

#833fce #cb3fce #3f43ce

Monochromatic Colors of #833fce

#833fce

Complementary Color

#833fce #8ace3f

#833fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fce Color CSS Codes

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

#833fce Text Font Color

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

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


#833fce Background Color

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

This div background color is #833fce


#833fce Border Color

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

This div border color is #833fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fce


Comments

No comments written yet.

Please login to write comment.