Color Hex Logo

#a17fca Color Hex

#A17FCA
(161,127,202)
0 Favorites   0 Comments

Color spaces of #a17fca

RGB 161127202
HSL0.740.410.65
HSV267°37°79°
CMYK 0.200.370.00   0.21
XYZ32.948027.020159.3560
Yxy27.02010.27610.2264
Hunter Lab51.980922.1755-31.3156
CIE-Lab58.992927.9916-34.0816

#a17fca color RGB value is (161,127,202).

#a17fca hex color red value is 161, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a17fca hue: 0.74 , saturation: 0.41 and the lightness value of a17fca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 11001010
Octal 241 177 312
Decimal 161 127 202
Hex A1 7F CA

RGB Percentages of Color #a17fca

%32.86
%25.92
%41.22

CMYK Percentages of Color #a17fca

%20
%37
%0
%21

Triadic Colors of #a17fca

#a17fca #caa17f #7fcaa1

Analogous Colors of #a17fca

#a17fca #c77fca #7f83ca

Monochromatic Colors of #a17fca

#a17fca

Complementary Color

#a17fca #a8ca7f

#a17fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17fca Color CSS Codes

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

#a17fca Text Font Color

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

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


#a17fca Background Color

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

This div background color is #a17fca


#a17fca Border Color

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

This div border color is #a17fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,127,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 #a17fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17fca


Comments

No comments written yet.

Please login to write comment.