Color Hex Logo

#a23341 Color Hex

#A23341
(162,51,65)
0 Favorites   0 Comments

Color spaces of #a23341

RGB 1625165
HSL0.980.520.42
HSV352°69°64°
CMYK 0.000.690.60   0.36
XYZ17.038310.43076.1163
Yxy10.43070.50730.3106
Hunter Lab32.296637.649911.3793
CIE-Lab38.604646.559817.5498

#a23341 color RGB value is (162,51,65).

#a23341 hex color red value is 162, green value is 51 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a23341 hue: 0.98 , saturation: 0.52 and the lightness value of a23341 is 0.42.

The process color (four color CMYK) of #a23341 color hex is 0.00, 0.69, 0.60, 0.36. Web safe color of #a23341 is #993333. Color #a23341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110011 01000001
Octal 242 63 101
Decimal 162 51 65
Hex A2 33 41

RGB Percentages of Color #a23341

%58.27
%18.35
%23.38

CMYK Percentages of Color #a23341

%0
%69
%60
%36

Triadic Colors of #a23341

#a23341 #41a233 #3341a2

Analogous Colors of #a23341

#a23341 #a25d33 #a23379

Monochromatic Colors of #a23341

#a23341

Complementary Color

#a23341 #33a294

#a23341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23341 Color CSS Codes

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

#a23341 Text Font Color

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

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


#a23341 Background Color

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

This div background color is #a23341


#a23341 Border Color

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

This div border color is #a23341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23341


Comments

No comments written yet.

Please login to write comment.