Color Hex Logo

#a389cc Color Hex

#A389CC
(163,137,204)
0 Favorites   0 Comments

Color spaces of #a389cc

RGB 163137204
HSL0.730.400.67
HSV263°33°80°
CMYK 0.200.330.00   0.20
XYZ34.949030.037561.0825
Yxy30.03750.27720.2383
Hunter Lab54.806517.9146-27.7149
CIE-Lab61.686623.3523-31.0063

#a389cc color RGB value is (163,137,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 11001100
Octal 243 211 314
Decimal 163 137 204
Hex A3 89 CC

RGB Percentages of Color #a389cc

%32.34
%27.18
%40.48

CMYK Percentages of Color #a389cc

%20
%33
%0
%20

Triadic Colors of #a389cc

#a389cc #cca389 #89cca3

Analogous Colors of #a389cc

#a389cc #c589cc #8991cc

Monochromatic Colors of #a389cc

#a389cc

Complementary Color

#a389cc #b2cc89

#a389cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a389cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a389cc Color CSS Codes

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

#a389cc Text Font Color

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

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


#a389cc Background Color

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

This div background color is #a389cc


#a389cc Border Color

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

This div border color is #a389cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a389cc


Comments

No comments written yet.

Please login to write comment.