Color Hex Logo

#a79cda Color Hex

#A79CDA
(167,156,218)
0 Favorites   0 Comments

Color spaces of #a79cda

RGB 167156218
HSL0.700.460.73
HSV251°28°85°
CMYK 0.230.280.00   0.15
XYZ40.479737.054471.3484
Yxy37.05440.27190.2489
Hunter Lab60.872312.1748-26.8831
CIE-Lab67.317817.0577-30.0639

#a79cda color RGB value is (167,156,218).

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

The process color (four color CMYK) of #a79cda color hex is 0.23, 0.28, 0.00, 0.15. Web safe color of #a79cda is #9999cc. Color #a79cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011100 11011010
Octal 247 234 332
Decimal 167 156 218
Hex A7 9C DA

RGB Percentages of Color #a79cda

%30.87
%28.84
%40.30

CMYK Percentages of Color #a79cda

%23
%28
%0
%15

Triadic Colors of #a79cda

#a79cda #daa79c #9cdaa7

Analogous Colors of #a79cda

#a79cda #c69cda #9cb0da

Monochromatic Colors of #a79cda

#a79cda

Complementary Color

#a79cda #cfda9c

#a79cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79cda Color CSS Codes

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

#a79cda Text Font Color

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

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


#a79cda Background Color

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

This div background color is #a79cda


#a79cda Border Color

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

This div border color is #a79cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79cda


Comments

No comments written yet.

Please login to write comment.