Color Hex Logo

#a389ce Color Hex

#A389CE
(163,137,206)
0 Favorites   0 Comments

Color spaces of #a389ce

RGB 163137206
HSL0.730.410.67
HSV263°33°81°
CMYK 0.210.330.00   0.19
XYZ35.190530.134162.3542
Yxy30.13410.27560.2360
Hunter Lab54.894518.3632-28.9208
CIE-Lab61.769823.8169-31.9998

#a389ce color RGB value is (163,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 11001110
Octal 243 211 316
Decimal 163 137 206
Hex A3 89 CE

RGB Percentages of Color #a389ce

%32.21
%27.08
%40.71

CMYK Percentages of Color #a389ce

%21
%33
%0
%19

Triadic Colors of #a389ce

#a389ce #cea389 #89cea3

Analogous Colors of #a389ce

#a389ce #c689ce #8992ce

Monochromatic Colors of #a389ce

#a389ce

Complementary Color

#a389ce #b4ce89

#a389ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a389ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a389ce Color CSS Codes

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

#a389ce Text Font Color

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

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


#a389ce Background Color

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

This div background color is #a389ce


#a389ce Border Color

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

This div border color is #a389ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a389ce


Comments

No comments written yet.

Please login to write comment.