Color Hex Logo

#a23530 Color Hex

#A23530
(162,53,48)
0 Favorites   0 Comments

Color spaces of #a23530

RGB 1625348
HSL0.010.540.41
HSV70°64°
CMYK 0.000.670.70   0.36
XYZ16.706910.44103.9311
Yxy10.44100.53760.3360
Hunter Lab32.312535.744815.4056
CIE-Lab38.622644.642528.0748

#a23530 color RGB value is (162,53,48).

#a23530 hex color red value is 162, green value is 53 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a23530 hue: 0.01 , saturation: 0.54 and the lightness value of a23530 is 0.41.

The process color (four color CMYK) of #a23530 color hex is 0.00, 0.67, 0.70, 0.36. Web safe color of #a23530 is #993333. Color #a23530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110101 00110000
Octal 242 65 60
Decimal 162 53 48
Hex A2 35 30

RGB Percentages of Color #a23530

%61.60
%20.15
%18.25

CMYK Percentages of Color #a23530

%0
%67
%70
%36

Triadic Colors of #a23530

#a23530 #30a235 #3530a2

Analogous Colors of #a23530

#a23530 #a26e30 #a23064

Monochromatic Colors of #a23530

#a23530

Complementary Color

#a23530 #309da2

#a23530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23530 Color CSS Codes

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

#a23530 Text Font Color

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

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


#a23530 Background Color

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

This div background color is #a23530


#a23530 Border Color

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

This div border color is #a23530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,53,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a23530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a23530;
  -webkit-box-shadow: 1px 1px 3px 2px #a23530;
  box-shadow:         1px 1px 3px 2px #a23530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,53,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23530


Comments

No comments written yet.

Please login to write comment.