Color Hex Logo

#a174eb Color Hex

#A174EB
(161,116,235)
0 Favorites   0 Comments

Color spaces of #a174eb

RGB 161116235
HSL0.730.750.69
HSV263°51°92°
CMYK 0.310.510.00   0.08
XYZ35.938726.066081.7343
Yxy26.06600.25000.1813
Hunter Lab51.054936.3042-59.1796
CIE-Lab58.099642.1630-54.0075

#a174eb color RGB value is (161,116,235).

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

The process color (four color CMYK) of #a174eb color hex is 0.31, 0.51, 0.00, 0.08. Web safe color of #a174eb is #9966ff. Color #a174eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 11101011
Octal 241 164 353
Decimal 161 116 235
Hex A1 74 EB

RGB Percentages of Color #a174eb

%31.45
%22.66
%45.90

CMYK Percentages of Color #a174eb

%31
%51
%0
%8

Triadic Colors of #a174eb

#a174eb #eba174 #74eba1

Analogous Colors of #a174eb

#a174eb #dd74eb #7483eb

Monochromatic Colors of #a174eb

#a174eb

Complementary Color

#a174eb #beeb74

#a174eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a174eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a174eb Color CSS Codes

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

#a174eb Text Font Color

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

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


#a174eb Background Color

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

This div background color is #a174eb


#a174eb Border Color

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

This div border color is #a174eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a174eb


Comments

No comments written yet.

Please login to write comment.