Color Hex Logo

#8a273d Color Hex

#8A273D
(138,39,61)
0 Favorites   0 Comments

Color spaces of #8a273d

RGB 1383961
HSL0.960.560.35
HSV347°72°54°
CMYK 0.000.720.56   0.46
XYZ12.04917.19125.1679
Yxy7.19120.49360.2946
Hunter Lab26.816433.27467.3455
CIE-Lab32.238343.250810.7568

#8a273d color RGB value is (138,39,61).

#8a273d hex color red value is 138, green value is 39 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #8a273d hue: 0.96 , saturation: 0.56 and the lightness value of 8a273d is 0.35.

The process color (four color CMYK) of #8a273d color hex is 0.00, 0.72, 0.56, 0.46. Web safe color of #8a273d is #993333. Color #8a273d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00100111 00111101
Octal 212 47 75
Decimal 138 39 61
Hex 8A 27 3D

RGB Percentages of Color #8a273d

%57.98
%16.39
%25.63

CMYK Percentages of Color #8a273d

%0
%72
%56
%46

Triadic Colors of #8a273d

#8a273d #3d8a27 #273d8a

Analogous Colors of #8a273d

#8a273d #8a4327 #8a276f

Monochromatic Colors of #8a273d

#8a273d

Complementary Color

#8a273d #278a74

#8a273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a273d Color CSS Codes

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

#8a273d Text Font Color

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

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


#8a273d Background Color

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

This div background color is #8a273d


#8a273d Border Color

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

This div border color is #8a273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a273d


Comments

No comments written yet.

Please login to write comment.