Color Hex Logo

#a178db Color Hex

#A178DB
(161,120,219)
0 Favorites   0 Comments

Color spaces of #a178db

RGB 161120219
HSL0.740.580.66
HSV265°45°86°
CMYK 0.260.450.00   0.14
XYZ34.200626.124570.2578
Yxy26.12450.26190.2001
Hunter Lab51.112129.9933-45.7205
CIE-Lab58.155035.9990-44.9721

#a178db color RGB value is (161,120,219).

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

The process color (four color CMYK) of #a178db color hex is 0.26, 0.45, 0.00, 0.14. Web safe color of #a178db is #9966cc. Color #a178db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 11011011
Octal 241 170 333
Decimal 161 120 219
Hex A1 78 DB

RGB Percentages of Color #a178db

%32.20
%24.00
%43.80

CMYK Percentages of Color #a178db

%26
%45
%0
%14

Triadic Colors of #a178db

#a178db #dba178 #78dba1

Analogous Colors of #a178db

#a178db #d378db #7881db

Monochromatic Colors of #a178db

#a178db

Complementary Color

#a178db #b2db78

#a178db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a178db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a178db Color CSS Codes

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

#a178db Text Font Color

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

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


#a178db Background Color

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

This div background color is #a178db


#a178db Border Color

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

This div border color is #a178db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a178db


Comments

No comments written yet.

Please login to write comment.