Color Hex Logo

#a389bb Color Hex

#A389BB
(163,137,187)
0 Favorites   0 Comments

Color spaces of #a389bb

RGB 163137187
HSL0.750.270.64
HSV271°27°73°
CMYK 0.130.270.00   0.27
XYZ33.019629.265750.9222
Yxy29.26570.29170.2585
Hunter Lab54.097814.2797-17.9412
CIE-Lab61.015419.5282-22.4579

#a389bb color RGB value is (163,137,187).

#a389bb hex color red value is 163, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a389bb hue: 0.75 , saturation: 0.27 and the lightness value of a389bb is 0.64.

The process color (four color CMYK) of #a389bb color hex is 0.13, 0.27, 0.00, 0.27. Web safe color of #a389bb is #9999cc. Color #a389bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 10111011
Octal 243 211 273
Decimal 163 137 187
Hex A3 89 BB

RGB Percentages of Color #a389bb

%33.47
%28.13
%38.40

CMYK Percentages of Color #a389bb

%13
%27
%0
%27

Triadic Colors of #a389bb

#a389bb #bba389 #89bba3

Analogous Colors of #a389bb

#a389bb #bb89ba #8a89bb

Monochromatic Colors of #a389bb

#a389bb

Complementary Color

#a389bb #a1bb89

#a389bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a389bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a389bb Color CSS Codes

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

#a389bb Text Font Color

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

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


#a389bb Background Color

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

This div background color is #a389bb


#a389bb Border Color

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

This div border color is #a389bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a389bb


Comments

No comments written yet.

Please login to write comment.