Color Hex Logo

#a386ce Color Hex

#A386CE
(163,134,206)
0 Favorites   0 Comments

Color spaces of #a386ce

RGB 163134206
HSL0.730.420.67
HSV264°35°81°
CMYK 0.210.350.00   0.19
XYZ34.769929.293062.2141
Yxy29.29300.27530.2320
Hunter Lab54.123019.9574-30.2674
CIE-Lab61.039325.5290-33.1346

#a386ce color RGB value is (163,134,206).

#a386ce hex color red value is 163, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a386ce hue: 0.73 , saturation: 0.42 and the lightness value of a386ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 11001110
Octal 243 206 316
Decimal 163 134 206
Hex A3 86 CE

RGB Percentages of Color #a386ce

%32.41
%26.64
%40.95

CMYK Percentages of Color #a386ce

%21
%35
%0
%19

Triadic Colors of #a386ce

#a386ce #cea386 #86cea3

Analogous Colors of #a386ce

#a386ce #c786ce #868dce

Monochromatic Colors of #a386ce

#a386ce

Complementary Color

#a386ce #b1ce86

#a386ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a386ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a386ce Color CSS Codes

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

#a386ce Text Font Color

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

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


#a386ce Background Color

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

This div background color is #a386ce


#a386ce Border Color

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

This div border color is #a386ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a386ce


Comments

No comments written yet.

Please login to write comment.