Color Hex Logo

#a172fe Color Hex

#A172FE
(161,114,254)
0 Favorites   0 Comments

Color spaces of #a172fe

RGB 161114254
HSL0.720.990.72
HSV260°55°100°
CMYK 0.370.550.00   0.00
XYZ38.604626.767596.8979
Yxy26.76750.23790.1650
Hunter Lab51.737342.6502-74.8271
CIE-Lab58.758548.0507-63.4808

#a172fe color RGB value is (161,114,254).

#a172fe hex color red value is 161, green value is 114 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a172fe hue: 0.72 , saturation: 0.99 and the lightness value of a172fe is 0.72.

The process color (four color CMYK) of #a172fe color hex is 0.37, 0.55, 0.00, 0.00. Web safe color of #a172fe is #9966ff. Color #a172fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110010 11111110
Octal 241 162 376
Decimal 161 114 254
Hex A1 72 FE

RGB Percentages of Color #a172fe

%30.43
%21.55
%48.02

CMYK Percentages of Color #a172fe

%37
%55
%0
%0

Triadic Colors of #a172fe

#a172fe #fea172 #72fea1

Analogous Colors of #a172fe

#a172fe #e772fe #7289fe

Monochromatic Colors of #a172fe

#a172fe

Complementary Color

#a172fe #cffe72

#a172fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a172fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a172fe Color CSS Codes

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

#a172fe Text Font Color

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

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


#a172fe Background Color

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

This div background color is #a172fe


#a172fe Border Color

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

This div border color is #a172fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a172fe

Related Colors


Comments

No comments written yet.

Please login to write comment.