Color Hex Logo

#a8333e Color Hex

#A8333E
(168,51,62)
0 Favorites   0 Comments

Color spaces of #a8333e

RGB 1685162
HSL0.980.530.43
HSV354°70°66°
CMYK 0.000.700.63   0.34
XYZ18.201811.04035.7291
Yxy11.04030.52050.3157
Hunter Lab33.226939.635613.0359
CIE-Lab39.648348.337721.0010

#a8333e color RGB value is (168,51,62).

#a8333e hex color red value is 168, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a8333e hue: 0.98 , saturation: 0.53 and the lightness value of a8333e is 0.43.

The process color (four color CMYK) of #a8333e color hex is 0.00, 0.70, 0.63, 0.34. Web safe color of #a8333e is #993333. Color #a8333e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 00111110
Octal 250 63 76
Decimal 168 51 62
Hex A8 33 3E

RGB Percentages of Color #a8333e

%59.79
%18.15
%22.06

CMYK Percentages of Color #a8333e

%0
%70
%63
%34

Triadic Colors of #a8333e

#a8333e #3ea833 #333ea8

Analogous Colors of #a8333e

#a8333e #a86333 #a83379

Monochromatic Colors of #a8333e

#a8333e

Complementary Color

#a8333e #33a89d

#a8333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8333e Color CSS Codes

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

#a8333e Text Font Color

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

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


#a8333e Background Color

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

This div background color is #a8333e


#a8333e Border Color

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

This div border color is #a8333e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8333e


Comments

No comments written yet.

Please login to write comment.