Color Hex Logo

#a179de Color Hex

#A179DE
(161,121,222)
0 Favorites   0 Comments

Color spaces of #a179de

RGB 161121222
HSL0.730.600.67
HSV264°45°87°
CMYK 0.270.450.00   0.13
XYZ34.720126.525772.3973
Yxy26.52570.25980.1985
Hunter Lab51.503130.2028-47.2911
CIE-Lab58.532736.1627-46.0577

#a179de color RGB value is (161,121,222).

#a179de hex color red value is 161, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a179de hue: 0.73 , saturation: 0.60 and the lightness value of a179de is 0.67.

The process color (four color CMYK) of #a179de color hex is 0.27, 0.45, 0.00, 0.13. Web safe color of #a179de is #9966cc. Color #a179de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 11011110
Octal 241 171 336
Decimal 161 121 222
Hex A1 79 DE

RGB Percentages of Color #a179de

%31.94
%24.01
%44.05

CMYK Percentages of Color #a179de

%27
%45
%0
%13

Triadic Colors of #a179de

#a179de #dea179 #79dea1

Analogous Colors of #a179de

#a179de #d479de #7984de

Monochromatic Colors of #a179de

#a179de

Complementary Color

#a179de #b6de79

#a179de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179de Color CSS Codes

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

#a179de Text Font Color

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

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


#a179de Background Color

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

This div background color is #a179de


#a179de Border Color

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

This div border color is #a179de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,121,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a179de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a179de;
  -webkit-box-shadow: 1px 1px 3px 2px #a179de;
  box-shadow:         1px 1px 3px 2px #a179de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,121,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179de


Comments

No comments written yet.

Please login to write comment.