Color Hex Logo

#832eaf Color Hex

#832EAF
(131,46,175)
0 Favorites   0 Comments

Color spaces of #832eaf

RGB 13146175
HSL0.780.580.43
HSV280°74°69°
CMYK 0.250.740.00   0.31
XYZ18.07499.874441.5107
Yxy9.87440.26020.1422
Hunter Lab31.423647.6824-56.3259
CIE-Lab37.616156.4259-52.5792

#832eaf color RGB value is (131,46,175).

#832eaf hex color red value is 131, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #832eaf hue: 0.78 , saturation: 0.58 and the lightness value of 832eaf is 0.43.

The process color (four color CMYK) of #832eaf color hex is 0.25, 0.74, 0.00, 0.31. Web safe color of #832eaf is #993399. Color #832eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101110 10101111
Octal 203 56 257
Decimal 131 46 175
Hex 83 2E AF

RGB Percentages of Color #832eaf

%37.22
%13.07
%49.72

CMYK Percentages of Color #832eaf

%25
%74
%0
%31

Triadic Colors of #832eaf

#832eaf #af832e #2eaf83

Analogous Colors of #832eaf

#832eaf #af2e9b #422eaf

Monochromatic Colors of #832eaf

#832eaf

Complementary Color

#832eaf #5aaf2e

#832eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#832eaf Color CSS Codes

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

#832eaf Text Font Color

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

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


#832eaf Background Color

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

This div background color is #832eaf


#832eaf Border Color

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

This div border color is #832eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832eaf


Comments

No comments written yet.

Please login to write comment.