Color Hex Logo

#a79bcc Color Hex

#A79BCC
(167,155,204)
0 Favorites   0 Comments

Color spaces of #a79bcc

RGB 167155204
HSL0.710.320.70
HSV255°24°80°
CMYK 0.180.240.00   0.20
XYZ38.556836.017862.0467
Yxy36.01780.28220.2636
Hunter Lab60.01489.6522-19.2869
CIE-Lab66.533514.3848-23.5129

#a79bcc color RGB value is (167,155,204).

#a79bcc hex color red value is 167, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a79bcc hue: 0.71 , saturation: 0.32 and the lightness value of a79bcc is 0.70.

The process color (four color CMYK) of #a79bcc color hex is 0.18, 0.24, 0.00, 0.20. Web safe color of #a79bcc is #9999cc. Color #a79bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011011 11001100
Octal 247 233 314
Decimal 167 155 204
Hex A7 9B CC

RGB Percentages of Color #a79bcc

%31.75
%29.47
%38.78

CMYK Percentages of Color #a79bcc

%18
%24
%0
%20

Triadic Colors of #a79bcc

#a79bcc #cca79b #9bcca7

Analogous Colors of #a79bcc

#a79bcc #c09bcc #9ba8cc

Monochromatic Colors of #a79bcc

#a79bcc

Complementary Color

#a79bcc #c0cc9b

#a79bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79bcc Color CSS Codes

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

#a79bcc Text Font Color

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

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


#a79bcc Background Color

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

This div background color is #a79bcc


#a79bcc Border Color

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

This div border color is #a79bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79bcc


Comments

No comments written yet.

Please login to write comment.