Color Hex Logo

#a174e7 Color Hex

#A174E7
(161,116,231)
0 Favorites   0 Comments

Color spaces of #a174e7

RGB 161116231
HSL0.730.710.68
HSV263°50°91°
CMYK 0.300.500.00   0.09
XYZ35.367125.837478.7244
Yxy25.83740.25280.1846
Hunter Lab50.830535.2442-56.2448
CIE-Lab57.882441.1723-52.1229

#a174e7 color RGB value is (161,116,231).

#a174e7 hex color red value is 161, green value is 116 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a174e7 hue: 0.73 , saturation: 0.71 and the lightness value of a174e7 is 0.68.

The process color (four color CMYK) of #a174e7 color hex is 0.30, 0.50, 0.00, 0.09. Web safe color of #a174e7 is #9966ff. Color #a174e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 11100111
Octal 241 164 347
Decimal 161 116 231
Hex A1 74 E7

RGB Percentages of Color #a174e7

%31.69
%22.83
%45.47

CMYK Percentages of Color #a174e7

%30
%50
%0
%9

Triadic Colors of #a174e7

#a174e7 #e7a174 #74e7a1

Analogous Colors of #a174e7

#a174e7 #db74e7 #7481e7

Monochromatic Colors of #a174e7

#a174e7

Complementary Color

#a174e7 #bae774

#a174e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a174e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a174e7 Color CSS Codes

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

#a174e7 Text Font Color

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

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


#a174e7 Background Color

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

This div background color is #a174e7


#a174e7 Border Color

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

This div border color is #a174e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a174e7


Comments

No comments written yet.

Please login to write comment.