Color Hex Logo

#833daf Color Hex

#833DAF
(131,61,175)
0 Favorites   0 Comments

Color spaces of #833daf

RGB 13161175
HSL0.770.480.46
HSV277°65°69°
CMYK 0.250.650.00   0.31
XYZ18.766711.257941.7413
Yxy11.25790.26150.1569
Hunter Lab33.552841.1210-50.2727
CIE-Lab40.011549.7232-48.7172

#833daf color RGB value is (131,61,175).

#833daf hex color red value is 131, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #833daf hue: 0.77 , saturation: 0.48 and the lightness value of 833daf is 0.46.

The process color (four color CMYK) of #833daf color hex is 0.25, 0.65, 0.00, 0.31. Web safe color of #833daf is #993399. Color #833daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 10101111
Octal 203 75 257
Decimal 131 61 175
Hex 83 3D AF

RGB Percentages of Color #833daf

%35.69
%16.62
%47.68

CMYK Percentages of Color #833daf

%25
%65
%0
%31

Triadic Colors of #833daf

#833daf #af833d #3daf83

Analogous Colors of #833daf

#833daf #af3da2 #4a3daf

Monochromatic Colors of #833daf

#833daf

Complementary Color

#833daf #69af3d

#833daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833daf Color CSS Codes

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

#833daf Text Font Color

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

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


#833daf Background Color

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

This div background color is #833daf


#833daf Border Color

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

This div border color is #833daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833daf


Comments

No comments written yet.

Please login to write comment.