Color Hex Logo

#a178eb Color Hex

#A178EB
(161,120,235)
0 Favorites   0 Comments

Color spaces of #a178eb

RGB 161120235
HSL0.730.740.70
HSV261°49°92°
CMYK 0.310.490.00   0.08
XYZ36.409827.008281.8914
Yxy27.00820.25060.1859
Hunter Lab51.969434.1107-57.0483
CIE-Lab58.981939.9331-52.6027

#a178eb color RGB value is (161,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11101011
Octal 241 170 353
Decimal 161 120 235
Hex A1 78 EB

RGB Percentages of Color #a178eb

%31.20
%23.26
%45.54

CMYK Percentages of Color #a178eb

%31
%49
%0
%8

Triadic Colors of #a178eb

#a178eb #eba178 #78eba1

Analogous Colors of #a178eb

#a178eb #db78eb #7889eb

Monochromatic Colors of #a178eb

#a178eb

Complementary Color

#a178eb #c2eb78

#a178eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178eb Color CSS Codes

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

#a178eb Text Font Color

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

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


#a178eb Background Color

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

This div background color is #a178eb


#a178eb Border Color

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

This div border color is #a178eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178eb


Comments

No comments written yet.

Please login to write comment.