Color Hex Logo

#a00766 Color Hex

#A00766
(160,7,102)
0 Favorites   0 Comments

Color spaces of #a00766

RGB 1607102
HSL0.900.920.33
HSV323°96°63°
CMYK 0.000.960.36   0.37
XYZ16.97158.584913.3329
Yxy8.58490.43640.2208
Hunter Lab29.300052.1179-6.4698
CIE-Lab35.172560.9844-11.0874

#a00766 color RGB value is (160,7,102).

#a00766 hex color red value is 160, green value is 7 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a00766 hue: 0.90 , saturation: 0.92 and the lightness value of a00766 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 01100110
Octal 240 7 146
Decimal 160 7 102
Hex A0 7 66

RGB Percentages of Color #a00766

%59.48
%2.60
%37.92

CMYK Percentages of Color #a00766

%0
%96
%36
%37

Triadic Colors of #a00766

#a00766 #66a007 #0766a0

Analogous Colors of #a00766

#a00766 #a0071a #8e07a0

Monochromatic Colors of #a00766

#a00766

Complementary Color

#a00766 #07a041

#a00766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00766 Color CSS Codes

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

#a00766 Text Font Color

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

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


#a00766 Background Color

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

This div background color is #a00766


#a00766 Border Color

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

This div border color is #a00766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00766


Comments

No comments written yet.

Please login to write comment.