Color Hex Logo

#a23649 Color Hex

#A23649
(162,54,73)
0 Favorites   0 Comments

Color spaces of #a23649

RGB 1625473
HSL0.970.500.42
HSV349°67°64°
CMYK 0.000.670.55   0.36
XYZ17.422110.80087.4698
Yxy10.80080.48810.3026
Hunter Lab32.864637.11319.5292
CIE-Lab39.242945.909513.3724

#a23649 color RGB value is (162,54,73).

#a23649 hex color red value is 162, green value is 54 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a23649 hue: 0.97 , saturation: 0.50 and the lightness value of a23649 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110110 01001001
Octal 242 66 111
Decimal 162 54 73
Hex A2 36 49

RGB Percentages of Color #a23649

%56.06
%18.69
%25.26

CMYK Percentages of Color #a23649

%0
%67
%55
%36

Triadic Colors of #a23649

#a23649 #49a236 #3649a2

Analogous Colors of #a23649

#a23649 #a25936 #a2367f

Monochromatic Colors of #a23649

#a23649

Complementary Color

#a23649 #36a28f

#a23649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23649 Color CSS Codes

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

#a23649 Text Font Color

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

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


#a23649 Background Color

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

This div background color is #a23649


#a23649 Border Color

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

This div border color is #a23649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23649


Comments

No comments written yet.

Please login to write comment.