Color Hex Logo

#8a353f Color Hex

#8A353F
(138,53,63)
0 Favorites   0 Comments

Color spaces of #8a353f

RGB 1385363
HSL0.980.450.37
HSV353°62°54°
CMYK 0.000.620.54   0.46
XYZ12.65158.30845.6395
Yxy8.30840.47560.3124
Hunter Lab28.824327.90438.5769
CIE-Lab34.617137.115312.7193

#8a353f color RGB value is (138,53,63).

#8a353f hex color red value is 138, green value is 53 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8a353f hue: 0.98 , saturation: 0.45 and the lightness value of 8a353f is 0.37.

The process color (four color CMYK) of #8a353f color hex is 0.00, 0.62, 0.54, 0.46. Web safe color of #8a353f is #993333. Color #8a353f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110101 00111111
Octal 212 65 77
Decimal 138 53 63
Hex 8A 35 3F

RGB Percentages of Color #8a353f

%54.33
%20.87
%24.80

CMYK Percentages of Color #8a353f

%0
%62
%54
%46

Triadic Colors of #8a353f

#8a353f #3f8a35 #353f8a

Analogous Colors of #8a353f

#8a353f #8a5635 #8a356a

Monochromatic Colors of #8a353f

#8a353f

Complementary Color

#8a353f #358a80

#8a353f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a353f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a353f Color CSS Codes

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

#8a353f Text Font Color

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

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


#8a353f Background Color

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

This div background color is #8a353f


#8a353f Border Color

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

This div border color is #8a353f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,53,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a353f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a353f;
  -webkit-box-shadow: 1px 1px 3px 2px #8a353f;
  box-shadow:         1px 1px 3px 2px #8a353f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,53,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a353f


Comments

No comments written yet.

Please login to write comment.