Color Hex Logo

#a77fcc Color Hex

#A77FCC
(167,127,204)
0 Favorites   0 Comments

Color spaces of #a77fcc

RGB 167127204
HSL0.750.430.65
HSV271°38°80°
CMYK 0.180.380.00   0.20
XYZ34.424827.753960.6694
Yxy27.75390.28020.2259
Hunter Lab52.682024.4466-31.4019
CIE-Lab59.665730.2627-34.1178

#a77fcc color RGB value is (167,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 11001100
Octal 247 177 314
Decimal 167 127 204
Hex A7 7F CC

RGB Percentages of Color #a77fcc

%33.53
%25.50
%40.96

CMYK Percentages of Color #a77fcc

%18
%38
%0
%20

Triadic Colors of #a77fcc

#a77fcc #cca77f #7fcca7

Analogous Colors of #a77fcc

#a77fcc #cc7fcb #817fcc

Monochromatic Colors of #a77fcc

#a77fcc

Complementary Color

#a77fcc #a4cc7f

#a77fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77fcc Color CSS Codes

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

#a77fcc Text Font Color

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

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


#a77fcc Background Color

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

This div background color is #a77fcc


#a77fcc Border Color

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

This div border color is #a77fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77fcc


Comments

No comments written yet.

Please login to write comment.