Color Hex Logo

#a77fcd Color Hex

#A77FCD
(167,127,205)
0 Favorites   0 Comments

Color spaces of #a77fcd

RGB 167127205
HSL0.750.440.65
HSV271°38°80°
CMYK 0.190.380.00   0.20
XYZ34.545227.802061.3032
Yxy27.80200.27940.2248
Hunter Lab52.727624.6734-32.0236
CIE-Lab59.709430.4894-34.6136

#a77fcd color RGB value is (167,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 11001101
Octal 247 177 315
Decimal 167 127 205
Hex A7 7F CD

RGB Percentages of Color #a77fcd

%33.47
%25.45
%41.08

CMYK Percentages of Color #a77fcd

%19
%38
%0
%20

Triadic Colors of #a77fcd

#a77fcd #cda77f #7fcda7

Analogous Colors of #a77fcd

#a77fcd #cd7fcc #807fcd

Monochromatic Colors of #a77fcd

#a77fcd

Complementary Color

#a77fcd #a5cd7f

#a77fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77fcd Color CSS Codes

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

#a77fcd Text Font Color

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

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


#a77fcd Background Color

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

This div background color is #a77fcd


#a77fcd Border Color

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

This div border color is #a77fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77fcd


Comments

No comments written yet.

Please login to write comment.