Color Hex Logo

#a93027 Color Hex

#A93027
(169,48,39)
0 Favorites   0 Comments

Color spaces of #a93027

RGB 1694839
HSL0.010.630.41
HSV77°66°
CMYK 0.000.720.77   0.34
XYZ17.785310.69543.0465
Yxy10.69540.56410.3392
Hunter Lab32.703839.841917.3696
CIE-Lab39.062648.646734.2186

#a93027 color RGB value is (169,48,39).

#a93027 hex color red value is 169, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a93027 hue: 0.01 , saturation: 0.63 and the lightness value of a93027 is 0.41.

The process color (four color CMYK) of #a93027 color hex is 0.00, 0.72, 0.77, 0.34. Web safe color of #a93027 is #993333. Color #a93027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110000 00100111
Octal 251 60 47
Decimal 169 48 39
Hex A9 30 27

RGB Percentages of Color #a93027

%66.02
%18.75
%15.23

CMYK Percentages of Color #a93027

%0
%72
%77
%34

Triadic Colors of #a93027

#a93027 #27a930 #3027a9

Analogous Colors of #a93027

#a93027 #a97127 #a9275f

Monochromatic Colors of #a93027

#a93027

Complementary Color

#a93027 #27a0a9

#a93027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93027 Color CSS Codes

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

#a93027 Text Font Color

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

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


#a93027 Background Color

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

This div background color is #a93027


#a93027 Border Color

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

This div border color is #a93027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93027


Comments

No comments written yet.

Please login to write comment.