Color Hex Logo

#a395dc Color Hex

#A395DC
(163,149,220)
0 Favorites   0 Comments

Color spaces of #a395dc

RGB 163149220
HSL0.700.500.72
HSV252°32°86°
CMYK 0.260.320.00   0.14
XYZ38.770034.448772.3160
Yxy34.44870.26640.2367
Hunter Lab58.693015.1964-31.9664
CIE-Lab65.317220.3087-34.2950

#a395dc color RGB value is (163,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010101 11011100
Octal 243 225 334
Decimal 163 149 220
Hex A3 95 DC

RGB Percentages of Color #a395dc

%30.64
%28.01
%41.35

CMYK Percentages of Color #a395dc

%26
%32
%0
%14

Triadic Colors of #a395dc

#a395dc #dca395 #95dca3

Analogous Colors of #a395dc

#a395dc #c795dc #95abdc

Monochromatic Colors of #a395dc

#a395dc

Complementary Color

#a395dc #cedc95

#a395dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a395dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a395dc Color CSS Codes

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

#a395dc Text Font Color

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

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


#a395dc Background Color

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

This div background color is #a395dc


#a395dc Border Color

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

This div border color is #a395dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a395dc


Comments

No comments written yet.

Please login to write comment.