Color Hex Logo

#a389da Color Hex

#A389DA
(163,137,218)
0 Favorites   0 Comments

Color spaces of #a389da

RGB 163137218
HSL0.720.520.70
HSV259°37°85°
CMYK 0.250.370.00   0.15
XYZ36.704830.739870.3285
Yxy30.73980.26640.2231
Hunter Lab55.443521.1448-36.3973
CIE-Lab62.287426.6635-37.9054

#a389da color RGB value is (163,137,218).

#a389da hex color red value is 163, green value is 137 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a389da hue: 0.72 , saturation: 0.52 and the lightness value of a389da is 0.70.

The process color (four color CMYK) of #a389da color hex is 0.25, 0.37, 0.00, 0.15. Web safe color of #a389da is #9999cc. Color #a389da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 11011010
Octal 243 211 332
Decimal 163 137 218
Hex A3 89 DA

RGB Percentages of Color #a389da

%31.47
%26.45
%42.08

CMYK Percentages of Color #a389da

%25
%37
%0
%15

Triadic Colors of #a389da

#a389da #daa389 #89daa3

Analogous Colors of #a389da

#a389da #cc89da #8998da

Monochromatic Colors of #a389da

#a389da

Complementary Color

#a389da #c0da89

#a389da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a389da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a389da Color CSS Codes

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

#a389da Text Font Color

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

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


#a389da Background Color

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

This div background color is #a389da


#a389da Border Color

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

This div border color is #a389da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a389da


Comments

No comments written yet.

Please login to write comment.