Color Hex Logo

#a17cca Color Hex

#A17CCA
(161,124,202)
0 Favorites   0 Comments

Color spaces of #a17cca

RGB 161124202
HSL0.750.420.64
HSV268°39°79°
CMYK 0.200.390.00   0.21
XYZ32.566326.256659.2287
Yxy26.25660.27590.2224
Hunter Lab51.241223.7734-32.6633
CIE-Lab58.279829.7037-35.1942

#a17cca color RGB value is (161,124,202).

#a17cca hex color red value is 161, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a17cca hue: 0.75 , saturation: 0.42 and the lightness value of a17cca is 0.64.

The process color (four color CMYK) of #a17cca color hex is 0.20, 0.39, 0.00, 0.21. Web safe color of #a17cca is #9966cc. Color #a17cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 11001010
Octal 241 174 312
Decimal 161 124 202
Hex A1 7C CA

RGB Percentages of Color #a17cca

%33.06
%25.46
%41.48

CMYK Percentages of Color #a17cca

%20
%39
%0
%21

Triadic Colors of #a17cca

#a17cca #caa17c #7ccaa1

Analogous Colors of #a17cca

#a17cca #c87cca #7c7eca

Monochromatic Colors of #a17cca

#a17cca

Complementary Color

#a17cca #a5ca7c

#a17cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cca Color CSS Codes

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

#a17cca Text Font Color

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

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


#a17cca Background Color

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

This div background color is #a17cca


#a17cca Border Color

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

This div border color is #a17cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cca


Comments

No comments written yet.

Please login to write comment.