Color Hex Logo

#a83027 Color Hex

#A83027
(168,48,39)
0 Favorites   0 Comments

Color spaces of #a83027

RGB 1684839
HSL0.010.620.41
HSV77°66°
CMYK 0.000.710.77   0.34
XYZ17.571610.58523.0365
Yxy10.58520.56330.3393
Hunter Lab32.534939.469017.2409
CIE-Lab38.872948.314633.9579

#a83027 color RGB value is (168,48,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 00100111
Octal 250 60 47
Decimal 168 48 39
Hex A8 30 27

RGB Percentages of Color #a83027

%65.88
%18.82
%15.29

CMYK Percentages of Color #a83027

%0
%71
%77
%34

Triadic Colors of #a83027

#a83027 #27a830 #3027a8

Analogous Colors of #a83027

#a83027 #a87127 #a8275f

Monochromatic Colors of #a83027

#a83027

Complementary Color

#a83027 #279fa8

#a83027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83027 Color CSS Codes

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

#a83027 Text Font Color

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

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


#a83027 Background Color

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

This div background color is #a83027


#a83027 Border Color

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

This div border color is #a83027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83027


Comments

No comments written yet.

Please login to write comment.