Color Hex Logo

#a388bb Color Hex

#A388BB
(163,136,187)
0 Favorites   0 Comments

Color spaces of #a388bb

RGB 163136187
HSL0.750.270.63
HSV272°27°73°
CMYK 0.130.270.00   0.27
XYZ32.878128.982750.8751
Yxy28.98270.29160.2571
Hunter Lab53.835614.8000-18.3447
CIE-Lab60.766420.0989-22.8394

#a388bb color RGB value is (163,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 10111011
Octal 243 210 273
Decimal 163 136 187
Hex A3 88 BB

RGB Percentages of Color #a388bb

%33.54
%27.98
%38.48

CMYK Percentages of Color #a388bb

%13
%27
%0
%27

Triadic Colors of #a388bb

#a388bb #bba388 #88bba3

Analogous Colors of #a388bb

#a388bb #bb88ba #8a88bb

Monochromatic Colors of #a388bb

#a388bb

Complementary Color

#a388bb #a0bb88

#a388bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a388bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a388bb Color CSS Codes

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

#a388bb Text Font Color

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

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


#a388bb Background Color

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

This div background color is #a388bb


#a388bb Border Color

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

This div border color is #a388bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a388bb


Comments

No comments written yet.

Please login to write comment.