Color Hex Logo

#833caf Color Hex

#833CAF
(131,60,175)
0 Favorites   0 Comments

Color spaces of #833caf

RGB 13160175
HSL0.770.490.46
HSV277°66°69°
CMYK 0.250.660.00   0.31
XYZ18.713811.152241.7237
Yxy11.15220.26140.1558
Hunter Lab33.394941.5865-50.7007
CIE-Lab39.835650.2073-49.0000

#833caf color RGB value is (131,60,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111100 10101111
Octal 203 74 257
Decimal 131 60 175
Hex 83 3C AF

RGB Percentages of Color #833caf

%35.79
%16.39
%47.81

CMYK Percentages of Color #833caf

%25
%66
%0
%31

Triadic Colors of #833caf

#833caf #af833c #3caf83

Analogous Colors of #833caf

#833caf #af3ca2 #4a3caf

Monochromatic Colors of #833caf

#833caf

Complementary Color

#833caf #68af3c

#833caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833caf Color CSS Codes

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

#833caf Text Font Color

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

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


#833caf Background Color

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

This div background color is #833caf


#833caf Border Color

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

This div border color is #833caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,60,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 #833caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833caf


Comments

No comments written yet.

Please login to write comment.