Color Hex Logo

#a17cae Color Hex

#A17CAE
(161,124,174)
0 Favorites   0 Comments

Color spaces of #a17cae

RGB 161124174
HSL0.790.240.58
HSV284°29°68°
CMYK 0.070.290.00   0.32
XYZ29.545625.048443.3220
Yxy25.04840.30170.2558
Hunter Lab50.048417.7912-16.2877
CIE-Lab57.122523.5215-21.0267

#a17cae color RGB value is (161,124,174).

#a17cae hex color red value is 161, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a17cae hue: 0.79 , saturation: 0.24 and the lightness value of a17cae is 0.58.

The process color (four color CMYK) of #a17cae color hex is 0.07, 0.29, 0.00, 0.32. Web safe color of #a17cae is #996699. Color #a17cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 10101110
Octal 241 174 256
Decimal 161 124 174
Hex A1 7C AE

RGB Percentages of Color #a17cae

%35.08
%27.02
%37.91

CMYK Percentages of Color #a17cae

%7
%29
%0
%32

Triadic Colors of #a17cae

#a17cae #aea17c #7caea1

Analogous Colors of #a17cae

#a17cae #ae7ca2 #887cae

Monochromatic Colors of #a17cae

#a17cae

Complementary Color

#a17cae #89ae7c

#a17cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cae Color CSS Codes

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

#a17cae Text Font Color

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

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


#a17cae Background Color

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

This div background color is #a17cae


#a17cae Border Color

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

This div border color is #a17cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cae


Comments

No comments written yet.

Please login to write comment.