Color Hex Logo

#a395ca Color Hex

#A395CA
(163,149,202)
0 Favorites   0 Comments

Color spaces of #a395ca

RGB 163149202
HSL0.710.330.69
HSV256°26°79°
CMYK 0.190.260.00   0.21
XYZ36.512433.545760.4277
Yxy33.54570.27980.2571
Hunter Lab57.918611.1703-21.3154
CIE-Lab64.600416.0564-25.3910

#a395ca color RGB value is (163,149,202).

#a395ca hex color red value is 163, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a395ca hue: 0.71 , saturation: 0.33 and the lightness value of a395ca is 0.69.

The process color (four color CMYK) of #a395ca color hex is 0.19, 0.26, 0.00, 0.21. Web safe color of #a395ca is #9999cc. Color #a395ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010101 11001010
Octal 243 225 312
Decimal 163 149 202
Hex A3 95 CA

RGB Percentages of Color #a395ca

%31.71
%28.99
%39.30

CMYK Percentages of Color #a395ca

%19
%26
%0
%21

Triadic Colors of #a395ca

#a395ca #caa395 #95caa3

Analogous Colors of #a395ca

#a395ca #be95ca #95a2ca

Monochromatic Colors of #a395ca

#a395ca

Complementary Color

#a395ca #bcca95

#a395ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a395ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a395ca Color CSS Codes

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

#a395ca Text Font Color

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

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


#a395ca Background Color

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

This div background color is #a395ca


#a395ca Border Color

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

This div border color is #a395ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a395ca


Comments

No comments written yet.

Please login to write comment.