Color Hex Logo

#a17fec Color Hex

#A17FEC
(161,127,236)
0 Favorites   0 Comments

Color spaces of #a17fec

RGB 161127236
HSL0.720.740.71
HSV259°46°93°
CMYK 0.320.460.00   0.07
XYZ37.427628.811982.9455
Yxy28.81190.25090.1931
Hunter Lab53.676730.5299-54.0459
CIE-Lab60.615336.2454-50.5637

#a17fec color RGB value is (161,127,236).

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

The process color (four color CMYK) of #a17fec color hex is 0.32, 0.46, 0.00, 0.07. Web safe color of #a17fec is #9966ff. Color #a17fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 11101100
Octal 241 177 354
Decimal 161 127 236
Hex A1 7F EC

RGB Percentages of Color #a17fec

%30.73
%24.24
%45.04

CMYK Percentages of Color #a17fec

%32
%46
%0
%7

Triadic Colors of #a17fec

#a17fec #eca17f #7feca1

Analogous Colors of #a17fec

#a17fec #d87fec #7f94ec

Monochromatic Colors of #a17fec

#a17fec

Complementary Color

#a17fec #caec7f

#a17fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17fec Color CSS Codes

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

#a17fec Text Font Color

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

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


#a17fec Background Color

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

This div background color is #a17fec


#a17fec Border Color

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

This div border color is #a17fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17fec


Comments

No comments written yet.

Please login to write comment.