Color Hex Logo

#a77ccc Color Hex

#A77CCC
(167,124,204)
0 Favorites   0 Comments

Color spaces of #a77ccc

RGB 167124204
HSL0.760.440.64
HSV272°39°80°
CMYK 0.180.390.00   0.20
XYZ34.043126.990460.5421
Yxy26.99040.28000.2220
Hunter Lab51.952326.0503-32.7264
CIE-Lab58.965431.9591-35.2101

#a77ccc color RGB value is (167,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 11001100
Octal 247 174 314
Decimal 167 124 204
Hex A7 7C CC

RGB Percentages of Color #a77ccc

%33.74
%25.05
%41.21

CMYK Percentages of Color #a77ccc

%18
%39
%0
%20

Triadic Colors of #a77ccc

#a77ccc #cca77c #7ccca7

Analogous Colors of #a77ccc

#a77ccc #cc7cc9 #7f7ccc

Monochromatic Colors of #a77ccc

#a77ccc

Complementary Color

#a77ccc #a1cc7c

#a77ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77ccc Color CSS Codes

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

#a77ccc Text Font Color

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

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


#a77ccc Background Color

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

This div background color is #a77ccc


#a77ccc Border Color

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

This div border color is #a77ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,124,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 #a77ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77ccc


Comments

No comments written yet.

Please login to write comment.