Color Hex Logo

#a777cc Color Hex

#A777CC
(167,119,204)
0 Favorites   0 Comments

Color spaces of #a777cc

RGB 167119204
HSL0.760.450.63
HSV274°42°80°
CMYK 0.180.420.00   0.20
XYZ33.432325.768860.3385
Yxy25.76880.27970.2156
Hunter Lab50.763028.7242-34.9399
CIE-Lab57.816934.7731-37.0057

#a777cc color RGB value is (167,119,204).

#a777cc hex color red value is 167, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a777cc hue: 0.76 , saturation: 0.45 and the lightness value of a777cc is 0.63.

The process color (four color CMYK) of #a777cc color hex is 0.18, 0.42, 0.00, 0.20. Web safe color of #a777cc is #9966cc. Color #a777cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 11001100
Octal 247 167 314
Decimal 167 119 204
Hex A7 77 CC

RGB Percentages of Color #a777cc

%34.08
%24.29
%41.63

CMYK Percentages of Color #a777cc

%18
%42
%0
%20

Triadic Colors of #a777cc

#a777cc #cca777 #77cca7

Analogous Colors of #a777cc

#a777cc #cc77c7 #7d77cc

Monochromatic Colors of #a777cc

#a777cc

Complementary Color

#a777cc #9ccc77

#a777cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777cc Color CSS Codes

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

#a777cc Text Font Color

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

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


#a777cc Background Color

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

This div background color is #a777cc


#a777cc Border Color

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

This div border color is #a777cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777cc


Comments

No comments written yet.

Please login to write comment.