Color Hex Logo

#a378dc Color Hex

#A378DC
(163,120,220)
0 Favorites   0 Comments

Color spaces of #a378dc

RGB 163120220
HSL0.740.590.67
HSV266°45°86°
CMYK 0.260.450.00   0.14
XYZ34.739026.386870.9724
Yxy26.38680.26300.1998
Hunter Lab51.368130.8211-45.9600
CIE-Lab58.402436.7893-45.1296

#a378dc color RGB value is (163,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111000 11011100
Octal 243 170 334
Decimal 163 120 220
Hex A3 78 DC

RGB Percentages of Color #a378dc

%32.41
%23.86
%43.74

CMYK Percentages of Color #a378dc

%26
%45
%0
%14

Triadic Colors of #a378dc

#a378dc #dca378 #78dca3

Analogous Colors of #a378dc

#a378dc #d578dc #787fdc

Monochromatic Colors of #a378dc

#a378dc

Complementary Color

#a378dc #b1dc78

#a378dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a378dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a378dc Color CSS Codes

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

#a378dc Text Font Color

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

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


#a378dc Background Color

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

This div background color is #a378dc


#a378dc Border Color

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

This div border color is #a378dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a378dc


Comments

No comments written yet.

Please login to write comment.