Color Hex Logo

#a79aec Color Hex

#A79AEC
(167,154,236)
0 Favorites   0 Comments

Color spaces of #a79aec

RGB 167154236
HSL0.690.680.76
HSV250°35°93°
CMYK 0.290.350.00   0.07
XYZ42.632337.382884.3255
Yxy37.38280.25940.2275
Hunter Lab61.141517.4656-38.9729
CIE-Lab67.563222.5533-39.5918

#a79aec color RGB value is (167,154,236).

#a79aec hex color red value is 167, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a79aec hue: 0.69 , saturation: 0.68 and the lightness value of a79aec is 0.76.

The process color (four color CMYK) of #a79aec color hex is 0.29, 0.35, 0.00, 0.07. Web safe color of #a79aec is #9999ff. Color #a79aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011010 11101100
Octal 247 232 354
Decimal 167 154 236
Hex A7 9A EC

RGB Percentages of Color #a79aec

%29.98
%27.65
%42.37

CMYK Percentages of Color #a79aec

%29
%35
%0
%7

Triadic Colors of #a79aec

#a79aec #eca79a #9aeca7

Analogous Colors of #a79aec

#a79aec #d09aec #9ab6ec

Monochromatic Colors of #a79aec

#a79aec

Complementary Color

#a79aec #dfec9a

#a79aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79aec Color CSS Codes

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

#a79aec Text Font Color

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

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


#a79aec Background Color

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

This div background color is #a79aec


#a79aec Border Color

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

This div border color is #a79aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79aec


Comments

No comments written yet.

Please login to write comment.