Color Hex Logo

#a00679 Color Hex

#A00679
(160,6,121)
0 Favorites   0 Comments

Color spaces of #a00679

RGB 1606121
HSL0.880.930.33
HSV315°96°63°
CMYK 0.000.960.24   0.37
XYZ18.01358.984318.8739
Yxy8.98430.39270.1959
Hunter Lab29.973854.8197-16.3520
CIE-Lab35.954063.2637-21.9383

#a00679 color RGB value is (160,6,121).

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

The process color (four color CMYK) of #a00679 color hex is 0.00, 0.96, 0.24, 0.37. Web safe color of #a00679 is #990066. Color #a00679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 01111001
Octal 240 6 171
Decimal 160 6 121
Hex A0 6 79

RGB Percentages of Color #a00679

%55.75
%2.09
%42.16

CMYK Percentages of Color #a00679

%0
%96
%24
%37

Triadic Colors of #a00679

#a00679 #79a006 #0679a0

Analogous Colors of #a00679

#a00679 #a0062c #7a06a0

Monochromatic Colors of #a00679

#a00679

Complementary Color

#a00679 #06a02d

#a00679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00679 Color CSS Codes

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

#a00679 Text Font Color

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

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


#a00679 Background Color

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

This div background color is #a00679


#a00679 Border Color

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

This div border color is #a00679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00679


Comments

No comments written yet.

Please login to write comment.