Color Hex Logo

#a395ce Color Hex

#A395CE
(163,149,206)
0 Favorites   0 Comments

Color spaces of #a395ce

RGB 163149206
HSL0.710.370.70
HSV255°28°81°
CMYK 0.210.280.00   0.19
XYZ36.992333.737762.9548
Yxy33.73770.27670.2524
Hunter Lab58.084212.0347-23.6028
CIE-Lab64.753816.9804-27.3864

#a395ce color RGB value is (163,149,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010101 11001110
Octal 243 225 316
Decimal 163 149 206
Hex A3 95 CE

RGB Percentages of Color #a395ce

%31.47
%28.76
%39.77

CMYK Percentages of Color #a395ce

%21
%28
%0
%19

Triadic Colors of #a395ce

#a395ce #cea395 #95cea3

Analogous Colors of #a395ce

#a395ce #c095ce #95a4ce

Monochromatic Colors of #a395ce

#a395ce

Complementary Color

#a395ce #c0ce95

#a395ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a395ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a395ce Color CSS Codes

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

#a395ce Text Font Color

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

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


#a395ce Background Color

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

This div background color is #a395ce


#a395ce Border Color

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

This div border color is #a395ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a395ce


Comments

No comments written yet.

Please login to write comment.