Color Hex Logo

#a178df Color Hex

#A178DF
(161,120,223)
0 Favorites   0 Comments

Color spaces of #a178df

RGB 161120223
HSL0.730.620.67
HSV264°46°87°
CMYK 0.280.460.00   0.13
XYZ34.733726.337773.0651
Yxy26.33770.25890.1963
Hunter Lab51.320330.9988-48.4875
CIE-Lab58.356236.9701-46.8971

#a178df color RGB value is (161,120,223).

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

The process color (four color CMYK) of #a178df color hex is 0.28, 0.46, 0.00, 0.13. Web safe color of #a178df is #9966cc. Color #a178df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11011111
Octal 241 170 337
Decimal 161 120 223
Hex A1 78 DF

RGB Percentages of Color #a178df

%31.94
%23.81
%44.25

CMYK Percentages of Color #a178df

%28
%46
%0
%13

Triadic Colors of #a178df

#a178df #dfa178 #78dfa1

Analogous Colors of #a178df

#a178df #d578df #7883df

Monochromatic Colors of #a178df

#a178df

Complementary Color

#a178df #b6df78

#a178df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178df Color CSS Codes

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

#a178df Text Font Color

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

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


#a178df Background Color

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

This div background color is #a178df


#a178df Border Color

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

This div border color is #a178df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178df


Comments

No comments written yet.

Please login to write comment.