Color Hex Logo

#a77acf Color Hex

#A77ACF
(167,122,207)
0 Favorites   0 Comments

Color spaces of #a77acf

RGB 167122207
HSL0.750.470.65
HSV272°41°81°
CMYK 0.190.410.00   0.19
XYZ34.158426.639662.3731
Yxy26.63960.27730.2163
Hunter Lab51.613627.8094-35.5203
CIE-Lab58.639233.7656-37.4140

#a77acf color RGB value is (167,122,207).

#a77acf hex color red value is 167, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a77acf hue: 0.75 , saturation: 0.47 and the lightness value of a77acf is 0.65.

The process color (four color CMYK) of #a77acf color hex is 0.19, 0.41, 0.00, 0.19. Web safe color of #a77acf is #9966cc. Color #a77acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111010 11001111
Octal 247 172 317
Decimal 167 122 207
Hex A7 7A CF

RGB Percentages of Color #a77acf

%33.67
%24.60
%41.73

CMYK Percentages of Color #a77acf

%19
%41
%0
%19

Triadic Colors of #a77acf

#a77acf #cfa77a #7acfa7

Analogous Colors of #a77acf

#a77acf #cf7acd #7d7acf

Monochromatic Colors of #a77acf

#a77acf

Complementary Color

#a77acf #a2cf7a

#a77acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77acf Color CSS Codes

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

#a77acf Text Font Color

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

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


#a77acf Background Color

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

This div background color is #a77acf


#a77acf Border Color

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

This div border color is #a77acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,122,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a77acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a77acf;
  -webkit-box-shadow: 1px 1px 3px 2px #a77acf;
  box-shadow:         1px 1px 3px 2px #a77acf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,122,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77acf


Comments

No comments written yet.

Please login to write comment.