Color Hex Logo

#a394dc Color Hex

#A394DC
(163,148,220)
0 Favorites   0 Comments

Color spaces of #a394dc

RGB 163148220
HSL0.700.510.72
HSV253°33°86°
CMYK 0.260.330.00   0.14
XYZ38.612434.133672.2635
Yxy34.13360.26630.2354
Hunter Lab58.424015.7287-32.4379
CIE-Lab65.068520.8775-34.6816

#a394dc color RGB value is (163,148,220).

#a394dc hex color red value is 163, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a394dc hue: 0.70 , saturation: 0.51 and the lightness value of a394dc is 0.72.

The process color (four color CMYK) of #a394dc color hex is 0.26, 0.33, 0.00, 0.14. Web safe color of #a394dc is #9999cc. Color #a394dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 11011100
Octal 243 224 334
Decimal 163 148 220
Hex A3 94 DC

RGB Percentages of Color #a394dc

%30.70
%27.87
%41.43

CMYK Percentages of Color #a394dc

%26
%33
%0
%14

Triadic Colors of #a394dc

#a394dc #dca394 #94dca3

Analogous Colors of #a394dc

#a394dc #c794dc #94a9dc

Monochromatic Colors of #a394dc

#a394dc

Complementary Color

#a394dc #cddc94

#a394dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a394dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a394dc Color CSS Codes

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

#a394dc Text Font Color

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

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


#a394dc Background Color

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

This div background color is #a394dc


#a394dc Border Color

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

This div border color is #a394dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a394dc


Comments

No comments written yet.

Please login to write comment.