Color Hex Logo

#a52832 Color Hex

#A52832
(165,40,50)
0 Favorites   0 Comments

Color spaces of #a52832

RGB 1654050
HSL0.990.610.40
HSV355°76°65°
CMYK 0.000.760.70   0.35
XYZ16.85169.74724.0108
Yxy9.74720.55050.3184
Hunter Lab31.220541.711414.2376
CIE-Lab37.384850.783825.4971

#a52832 color RGB value is (165,40,50).

#a52832 hex color red value is 165, green value is 40 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a52832 hue: 0.99 , saturation: 0.61 and the lightness value of a52832 is 0.40.

The process color (four color CMYK) of #a52832 color hex is 0.00, 0.76, 0.70, 0.35. Web safe color of #a52832 is #993333. Color #a52832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101000 00110010
Octal 245 50 62
Decimal 165 40 50
Hex A5 28 32

RGB Percentages of Color #a52832

%64.71
%15.69
%19.61

CMYK Percentages of Color #a52832

%0
%76
%70
%35

Triadic Colors of #a52832

#a52832 #32a528 #2832a5

Analogous Colors of #a52832

#a52832 #a55d28 #a52871

Monochromatic Colors of #a52832

#a52832

Complementary Color

#a52832 #28a59b

#a52832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52832 Color CSS Codes

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

#a52832 Text Font Color

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

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


#a52832 Background Color

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

This div background color is #a52832


#a52832 Border Color

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

This div border color is #a52832


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,40,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a52832; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a52832;
  -webkit-box-shadow: 1px 1px 3px 2px #a52832;
  box-shadow:         1px 1px 3px 2px #a52832; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,40,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52832


Comments

No comments written yet.

Please login to write comment.