Color Hex Logo

#a178ef Color Hex

#A178EF
(161,120,239)
0 Favorites   0 Comments

Color spaces of #a178ef

RGB 161120239
HSL0.720.790.70
HSV261°50°94°
CMYK 0.330.500.00   0.06
XYZ36.994427.242084.9698
Yxy27.24200.24790.1826
Hunter Lab52.193935.1794-59.9863
CIE-Lab59.197740.9363-54.4818

#a178ef color RGB value is (161,120,239).

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

The process color (four color CMYK) of #a178ef color hex is 0.33, 0.50, 0.00, 0.06. Web safe color of #a178ef is #9966ff. Color #a178ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11101111
Octal 241 170 357
Decimal 161 120 239
Hex A1 78 EF

RGB Percentages of Color #a178ef

%30.96
%23.08
%45.96

CMYK Percentages of Color #a178ef

%33
%50
%0
%6

Triadic Colors of #a178ef

#a178ef #efa178 #78efa1

Analogous Colors of #a178ef

#a178ef #dd78ef #788bef

Monochromatic Colors of #a178ef

#a178ef

Complementary Color

#a178ef #c6ef78

#a178ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178ef Color CSS Codes

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

#a178ef Text Font Color

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

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


#a178ef Background Color

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

This div background color is #a178ef


#a178ef Border Color

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

This div border color is #a178ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178ef


Comments

No comments written yet.

Please login to write comment.