Color Hex Logo

#a79cd7 Color Hex

#A79CD7
(167,156,215)
0 Favorites   0 Comments

Color spaces of #a79cd7

RGB 167156215
HSL0.700.420.73
HSV251°27°84°
CMYK 0.220.270.00   0.16
XYZ40.090636.898769.2991
Yxy36.89870.27410.2522
Hunter Lab60.744311.5056-25.1190
CIE-Lab67.201016.3522-28.5860

#a79cd7 color RGB value is (167,156,215).

#a79cd7 hex color red value is 167, green value is 156 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a79cd7 hue: 0.70 , saturation: 0.42 and the lightness value of a79cd7 is 0.73.

The process color (four color CMYK) of #a79cd7 color hex is 0.22, 0.27, 0.00, 0.16. Web safe color of #a79cd7 is #9999cc. Color #a79cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011100 11010111
Octal 247 234 327
Decimal 167 156 215
Hex A7 9C D7

RGB Percentages of Color #a79cd7

%31.04
%29.00
%39.96

CMYK Percentages of Color #a79cd7

%22
%27
%0
%16

Triadic Colors of #a79cd7

#a79cd7 #d7a79c #9cd7a7

Analogous Colors of #a79cd7

#a79cd7 #c59cd7 #9cafd7

Monochromatic Colors of #a79cd7

#a79cd7

Complementary Color

#a79cd7 #ccd79c

#a79cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79cd7 Color CSS Codes

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

#a79cd7 Text Font Color

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

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


#a79cd7 Background Color

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

This div background color is #a79cd7


#a79cd7 Border Color

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

This div border color is #a79cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79cd7


Comments

No comments written yet.

Please login to write comment.