Color Hex Logo

#a8274d Color Hex

#A8274D
(168,39,77)
0 Favorites   0 Comments

Color spaces of #a8274d

RGB 1683977
HSL0.950.620.41
HSV342°77°66°
CMYK 0.000.770.54   0.34
XYZ18.213510.31178.0516
Yxy10.31170.49800.2819
Hunter Lab32.111845.04767.6121
CIE-Lab38.396153.79659.8397

#a8274d color RGB value is (168,39,77).

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

The process color (four color CMYK) of #a8274d color hex is 0.00, 0.77, 0.54, 0.34. Web safe color of #a8274d is #993366. Color #a8274d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100111 01001101
Octal 250 47 115
Decimal 168 39 77
Hex A8 27 4D

RGB Percentages of Color #a8274d

%59.15
%13.73
%27.11

CMYK Percentages of Color #a8274d

%0
%77
%54
%34

Triadic Colors of #a8274d

#a8274d #4da827 #274da8

Analogous Colors of #a8274d

#a8274d #a84227 #a8278e

Monochromatic Colors of #a8274d

#a8274d

Complementary Color

#a8274d #27a882

#a8274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8274d Color CSS Codes

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

#a8274d Text Font Color

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

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


#a8274d Background Color

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

This div background color is #a8274d


#a8274d Border Color

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

This div border color is #a8274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8274d


Comments

No comments written yet.

Please login to write comment.