Color Hex Logo

#832a54 Color Hex

#832A54
(131,42,84)
0 Favorites   0 Comments

Color spaces of #832a54

RGB 1314284
HSL0.920.510.34
HSV332°68°51°
CMYK 0.000.680.36   0.49
XYZ11.78837.12139.1407
Yxy7.12130.42030.2539
Hunter Lab26.685832.1514-1.6286
CIE-Lab32.081542.1013-4.6738

#832a54 color RGB value is (131,42,84).

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

The process color (four color CMYK) of #832a54 color hex is 0.00, 0.68, 0.36, 0.49. Web safe color of #832a54 is #993366. Color #832a54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101010 01010100
Octal 203 52 124
Decimal 131 42 84
Hex 83 2A 54

RGB Percentages of Color #832a54

%50.97
%16.34
%32.68

CMYK Percentages of Color #832a54

%0
%68
%36
%49

Triadic Colors of #832a54

#832a54 #54832a #2a5483

Analogous Colors of #832a54

#832a54 #832d2a #832a81

Monochromatic Colors of #832a54

#832a54

Complementary Color

#832a54 #2a8359

#832a54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832a54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832a54 Color CSS Codes

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

#832a54 Text Font Color

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

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


#832a54 Background Color

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

This div background color is #832a54


#832a54 Border Color

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

This div border color is #832a54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832a54


Comments

No comments written yet.

Please login to write comment.