Color Hex Logo

#832adb Color Hex

#832ADB
(131,42,219)
0 Favorites   0 Comments

Color spaces of #832adb

RGB 13142219
HSL0.750.710.51
HSV270°81°86°
CMYK 0.400.810.00   0.14
XYZ22.974211.595768.0452
Yxy11.59570.22390.1130
Hunter Lab34.052560.8369-94.6393
CIE-Lab40.566267.6414-73.4641

#832adb color RGB value is (131,42,219).

#832adb hex color red value is 131, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #832adb hue: 0.75 , saturation: 0.71 and the lightness value of 832adb is 0.51.

The process color (four color CMYK) of #832adb color hex is 0.40, 0.81, 0.00, 0.14. Web safe color of #832adb is #9933cc. Color #832adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101010 11011011
Octal 203 52 333
Decimal 131 42 219
Hex 83 2A DB

RGB Percentages of Color #832adb

%33.42
%10.71
%55.87

CMYK Percentages of Color #832adb

%40
%81
%0
%14

Triadic Colors of #832adb

#832adb #db832a #2adb83

Analogous Colors of #832adb

#832adb #db2adb #2a2adb

Monochromatic Colors of #832adb

#832adb

Complementary Color

#832adb #82db2a

#832adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#832adb Color CSS Codes

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

#832adb Text Font Color

<p style="color:#832adb">Text here</p>

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


#832adb Background Color

<div style="background-color:#832adb">
Div content here</div>

This div background color is #832adb


#832adb Border Color

<div style="border:3px solid #832adb">
Div here</div>

This div border color is #832adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,42,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #832adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #832adb;
  -webkit-box-shadow: 1px 1px 3px 2px #832adb;
  box-shadow:         1px 1px 3px 2px #832adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832adb


Comments

No comments written yet.

Please login to write comment.