Color Hex Logo

#a06778 Color Hex

#A06778
(160,103,120)
0 Favorites   0 Comments

Color spaces of #a06778

RGB 160103120
HSL0.950.230.52
HSV342°36°63°
CMYK 0.000.360.25   0.37
XYZ22.737618.530120.1476
Yxy18.53010.37020.3017
Hunter Lab43.046618.95372.3824
CIE-Lab50.132925.33300.0538

#a06778 color RGB value is (160,103,120).

#a06778 hex color red value is 160, green value is 103 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a06778 hue: 0.95 , saturation: 0.23 and the lightness value of a06778 is 0.52.

The process color (four color CMYK) of #a06778 color hex is 0.00, 0.36, 0.25, 0.37. Web safe color of #a06778 is #996666. Color #a06778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 01111000
Octal 240 147 170
Decimal 160 103 120
Hex A0 67 78

RGB Percentages of Color #a06778

%41.78
%26.89
%31.33

CMYK Percentages of Color #a06778

%0
%36
%25
%37

Triadic Colors of #a06778

#a06778 #78a067 #6778a0

Analogous Colors of #a06778

#a06778 #a07367 #a06795

Monochromatic Colors of #a06778

#a06778

Complementary Color

#a06778 #67a08f

#a06778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06778 Color CSS Codes

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

#a06778 Text Font Color

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

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


#a06778 Background Color

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

This div background color is #a06778


#a06778 Border Color

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

This div border color is #a06778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06778


Comments

No comments written yet.

Please login to write comment.