Color Hex Logo

#a82428 Color Hex

#A82428
(168,36,40)
0 Favorites   0 Comments

Color spaces of #a82428

RGB 1683640
HSL0.990.650.40
HSV358°79°66°
CMYK 0.000.790.76   0.34
XYZ17.16239.73982.9829
Yxy9.73980.57430.3259
Hunter Lab31.208743.545816.1792
CIE-Lab37.371352.557831.7280

#a82428 color RGB value is (168,36,40).

#a82428 hex color red value is 168, green value is 36 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a82428 hue: 0.99 , saturation: 0.65 and the lightness value of a82428 is 0.40.

The process color (four color CMYK) of #a82428 color hex is 0.00, 0.79, 0.76, 0.34. Web safe color of #a82428 is #993333. Color #a82428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 00101000
Octal 250 44 50
Decimal 168 36 40
Hex A8 24 28

RGB Percentages of Color #a82428

%68.85
%14.75
%16.39

CMYK Percentages of Color #a82428

%0
%79
%76
%34

Triadic Colors of #a82428

#a82428 #28a824 #2428a8

Analogous Colors of #a82428

#a82428 #a86224 #a8246a

Monochromatic Colors of #a82428

#a82428

Complementary Color

#a82428 #24a8a4

#a82428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82428 Color CSS Codes

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

#a82428 Text Font Color

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

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


#a82428 Background Color

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

This div background color is #a82428


#a82428 Border Color

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

This div border color is #a82428


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,36,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82428


Comments

No comments written yet.

Please login to write comment.