Color Hex Logo

#832bae Color Hex

#832BAE
(131,43,174)
0 Favorites   0 Comments

Color spaces of #832bae

RGB 13143174
HSL0.780.600.43
HSV280°75°68°
CMYK 0.250.750.00   0.32
XYZ17.86399.609040.9576
Yxy9.60900.26110.1404
Hunter Lab30.998448.6197-56.6399
CIE-Lab37.131357.3920-52.7680

#832bae color RGB value is (131,43,174).

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

The process color (four color CMYK) of #832bae color hex is 0.25, 0.75, 0.00, 0.32. Web safe color of #832bae is #993399. Color #832bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101011 10101110
Octal 203 53 256
Decimal 131 43 174
Hex 83 2B AE

RGB Percentages of Color #832bae

%37.64
%12.36
%50.00

CMYK Percentages of Color #832bae

%25
%75
%0
%32

Triadic Colors of #832bae

#832bae #ae832b #2bae83

Analogous Colors of #832bae

#832bae #ae2b98 #412bae

Monochromatic Colors of #832bae

#832bae

Complementary Color

#832bae #56ae2b

#832bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#832bae Color CSS Codes

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

#832bae Text Font Color

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

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


#832bae Background Color

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

This div background color is #832bae


#832bae Border Color

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

This div border color is #832bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832bae


Comments

No comments written yet.

Please login to write comment.