Color Hex Logo

#a378db Color Hex

#A378DB
(163,120,219)
0 Favorites   0 Comments

Color spaces of #a378db

RGB 163120219
HSL0.740.580.66
HSV266°45°86°
CMYK 0.260.450.00   0.14
XYZ34.606926.333970.2768
Yxy26.33390.26370.2007
Hunter Lab51.316630.5730-45.2746
CIE-Lab58.352636.5500-44.6470

#a378db color RGB value is (163,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111000 11011011
Octal 243 170 333
Decimal 163 120 219
Hex A3 78 DB

RGB Percentages of Color #a378db

%32.47
%23.90
%43.63

CMYK Percentages of Color #a378db

%26
%45
%0
%14

Triadic Colors of #a378db

#a378db #dba378 #78dba3

Analogous Colors of #a378db

#a378db #d578db #787fdb

Monochromatic Colors of #a378db

#a378db

Complementary Color

#a378db #b0db78

#a378db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a378db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a378db Color CSS Codes

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

#a378db Text Font Color

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

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


#a378db Background Color

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

This div background color is #a378db


#a378db Border Color

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

This div border color is #a378db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a378db


Comments

No comments written yet.

Please login to write comment.