Color Hex Logo

#833dff Color Hex

#833DFF
(131,61,255)
0 Favorites   0 Comments

Color spaces of #833dff

RGB 13161255
HSL0.731.000.62
HSV262°76°100°
CMYK 0.490.760.00   0.00
XYZ29.078815.382896.0443
Yxy15.38280.20700.1095
Hunter Lab39.220963.7052-117.7349
CIE-Lab46.154169.0060-84.6460

#833dff color RGB value is (131,61,255).

#833dff hex color red value is 131, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #833dff hue: 0.73 , saturation: 1.00 and the lightness value of 833dff is 0.62.

The process color (four color CMYK) of #833dff color hex is 0.49, 0.76, 0.00, 0.00. Web safe color of #833dff is #9933ff. Color #833dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 11111111
Octal 203 75 377
Decimal 131 61 255
Hex 83 3D FF

RGB Percentages of Color #833dff

%29.31
%13.65
%57.05

CMYK Percentages of Color #833dff

%49
%76
%0
%0

Triadic Colors of #833dff

#833dff #ff833d #3dff83

Analogous Colors of #833dff

#833dff #e43dff #3d58ff

Monochromatic Colors of #833dff

#833dff

Complementary Color

#833dff #b9ff3d

#833dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#833dff Color CSS Codes

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

#833dff Text Font Color

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

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


#833dff Background Color

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

This div background color is #833dff


#833dff Border Color

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

This div border color is #833dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833dff


Comments

No comments written yet.

Please login to write comment.