Color Hex Logo

#a6074d Color Hex

#A6074D
(166,7,77)
0 Favorites   0 Comments

Color spaces of #a6074d

RGB 166777
HSL0.930.920.34
HSV334°96°65°
CMYK 0.000.960.54   0.35
XYZ17.14148.79487.8153
Yxy8.79480.50790.2606
Hunter Lab29.656051.27625.1344
CIE-Lab35.586260.13775.8243

#a6074d color RGB value is (166,7,77).

#a6074d hex color red value is 166, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a6074d hue: 0.93 , saturation: 0.92 and the lightness value of a6074d is 0.34.

The process color (four color CMYK) of #a6074d color hex is 0.00, 0.96, 0.54, 0.35. Web safe color of #a6074d is #990066. Color #a6074d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 01001101
Octal 246 7 115
Decimal 166 7 77
Hex A6 7 4D

RGB Percentages of Color #a6074d

%66.40
%2.80
%30.80

CMYK Percentages of Color #a6074d

%0
%96
%54
%35

Triadic Colors of #a6074d

#a6074d #4da607 #074da6

Analogous Colors of #a6074d

#a6074d #a61007 #a6079d

Monochromatic Colors of #a6074d

#a6074d

Complementary Color

#a6074d #07a660

#a6074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6074d Color CSS Codes

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

#a6074d Text Font Color

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

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


#a6074d Background Color

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

This div background color is #a6074d


#a6074d Border Color

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

This div border color is #a6074d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,7,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 #a6074d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6074d


Comments

No comments written yet.

Please login to write comment.