Color Hex Logo

#832fdd Color Hex

#832FDD
(131,47,221)
0 Favorites   0 Comments

Color spaces of #832fdd

RGB 13147221
HSL0.750.720.53
HSV269°79°87°
CMYK 0.410.790.00   0.13
XYZ23.427712.078869.5033
Yxy12.07880.22310.1150
Hunter Lab34.754659.5045-94.2418
CIE-Lab41.341166.3374-73.3408

#832fdd color RGB value is (131,47,221).

#832fdd hex color red value is 131, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #832fdd hue: 0.75 , saturation: 0.72 and the lightness value of 832fdd is 0.53.

The process color (four color CMYK) of #832fdd color hex is 0.41, 0.79, 0.00, 0.13. Web safe color of #832fdd is #9933cc. Color #832fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101111 11011101
Octal 203 57 335
Decimal 131 47 221
Hex 83 2F DD

RGB Percentages of Color #832fdd

%32.83
%11.78
%55.39

CMYK Percentages of Color #832fdd

%41
%79
%0
%13

Triadic Colors of #832fdd

#832fdd #dd832f #2fdd83

Analogous Colors of #832fdd

#832fdd #da2fdd #2f32dd

Monochromatic Colors of #832fdd

#832fdd

Complementary Color

#832fdd #89dd2f

#832fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#832fdd Color CSS Codes

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

#832fdd Text Font Color

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

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


#832fdd Background Color

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

This div background color is #832fdd


#832fdd Border Color

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

This div border color is #832fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832fdd


Comments

No comments written yet.

Please login to write comment.