Color Hex Logo

#a0064b Color Hex

#A0064B
(160,6,75)
0 Favorites   0 Comments

Color spaces of #a0064b

RGB 160675
HSL0.930.930.33
HSV333°96°63°
CMYK 0.000.960.53   0.37
XYZ15.83238.11187.3879
Yxy8.11180.50530.2589
Hunter Lab28.481249.38344.5573
CIE-Lab34.214658.66685.0032

#a0064b color RGB value is (160,6,75).

#a0064b hex color red value is 160, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a0064b hue: 0.93 , saturation: 0.93 and the lightness value of a0064b is 0.33.

The process color (four color CMYK) of #a0064b color hex is 0.00, 0.96, 0.53, 0.37. Web safe color of #a0064b is #990033. Color #a0064b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 01001011
Octal 240 6 113
Decimal 160 6 75
Hex A0 6 4B

RGB Percentages of Color #a0064b

%66.39
%2.49
%31.12

CMYK Percentages of Color #a0064b

%0
%96
%53
%37

Triadic Colors of #a0064b

#a0064b #4ba006 #064ba0

Analogous Colors of #a0064b

#a0064b #a00e06 #a00698

Monochromatic Colors of #a0064b

#a0064b

Complementary Color

#a0064b #06a05b

#a0064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0064b Color CSS Codes

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

#a0064b Text Font Color

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

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


#a0064b Background Color

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

This div background color is #a0064b


#a0064b Border Color

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

This div border color is #a0064b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,6,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0064b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0064b;
  -webkit-box-shadow: 1px 1px 3px 2px #a0064b;
  box-shadow:         1px 1px 3px 2px #a0064b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,6,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0064b


Comments

No comments written yet.

Please login to write comment.