Color Hex Logo

#a23028 Color Hex

#A23028
(162,48,40)
0 Favorites   0 Comments

Color spaces of #a23028

RGB 1624840
HSL0.010.600.40
HSV75°64°
CMYK 0.000.700.75   0.36
XYZ16.34029.94853.0665
Yxy9.94850.55660.3389
Hunter Lab31.541237.276216.3146
CIE-Lab37.749846.339831.8226

#a23028 color RGB value is (162,48,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110000 00101000
Octal 242 60 50
Decimal 162 48 40
Hex A2 30 28

RGB Percentages of Color #a23028

%64.80
%19.20
%16.00

CMYK Percentages of Color #a23028

%0
%70
%75
%36

Triadic Colors of #a23028

#a23028 #28a230 #3028a2

Analogous Colors of #a23028

#a23028 #a26d28 #a2285d

Monochromatic Colors of #a23028

#a23028

Complementary Color

#a23028 #289aa2

#a23028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23028 Color CSS Codes

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

#a23028 Text Font Color

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

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


#a23028 Background Color

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

This div background color is #a23028


#a23028 Border Color

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

This div border color is #a23028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23028


Comments

No comments written yet.

Please login to write comment.