Color Hex Logo

#a23823 Color Hex

#A23823
(162,56,35)
0 Favorites   0 Comments

Color spaces of #a23823

RGB 1625635
HSL0.030.640.39
HSV10°78°64°
CMYK 0.000.650.78   0.36
XYZ16.617810.63112.7663
Yxy10.63110.55360.3542
Hunter Lab32.605433.915717.7935
CIE-Lab38.952142.723435.9496

#a23823 color RGB value is (162,56,35).

#a23823 hex color red value is 162, green value is 56 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a23823 hue: 0.03 , saturation: 0.64 and the lightness value of a23823 is 0.39.

The process color (four color CMYK) of #a23823 color hex is 0.00, 0.65, 0.78, 0.36. Web safe color of #a23823 is #993333. Color #a23823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111000 00100011
Octal 242 70 43
Decimal 162 56 35
Hex A2 38 23

RGB Percentages of Color #a23823

%64.03
%22.13
%13.83

CMYK Percentages of Color #a23823

%0
%65
%78
%36

Triadic Colors of #a23823

#a23823 #23a238 #3823a2

Analogous Colors of #a23823

#a23823 #a27823 #a2234d

Monochromatic Colors of #a23823

#a23823

Complementary Color

#a23823 #238da2

#a23823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23823 Color CSS Codes

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

#a23823 Text Font Color

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

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


#a23823 Background Color

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

This div background color is #a23823


#a23823 Border Color

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

This div border color is #a23823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23823


Comments

No comments written yet.

Please login to write comment.