Color Hex Logo

#a23241 Color Hex

#A23241
(162,50,65)
0 Favorites   0 Comments

Color spaces of #a23241

RGB 1625065
HSL0.980.530.42
HSV352°69°64°
CMYK 0.000.690.60   0.36
XYZ16.995010.34426.1019
Yxy10.34420.50820.3093
Hunter Lab32.162438.037411.2651
CIE-Lab38.453246.973217.3490

#a23241 color RGB value is (162,50,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110010 01000001
Octal 242 62 101
Decimal 162 50 65
Hex A2 32 41

RGB Percentages of Color #a23241

%58.48
%18.05
%23.47

CMYK Percentages of Color #a23241

%0
%69
%60
%36

Triadic Colors of #a23241

#a23241 #41a232 #3241a2

Analogous Colors of #a23241

#a23241 #a25b32 #a23279

Monochromatic Colors of #a23241

#a23241

Complementary Color

#a23241 #32a293

#a23241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23241 Color CSS Codes

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

#a23241 Text Font Color

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

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


#a23241 Background Color

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

This div background color is #a23241


#a23241 Border Color

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

This div border color is #a23241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,50,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 #a23241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23241


Comments

No comments written yet.

Please login to write comment.