Color Hex Logo

#a89fcb Color Hex

#A89FCB
(168,159,203)
0 Favorites   0 Comments

Color spaces of #a89fcb

RGB 168159203
HSL0.700.300.71
HSV252°22°80°
CMYK 0.170.220.00   0.20
XYZ39.326137.432961.6525
Yxy37.43290.28410.2704
Hunter Lab61.18247.6648-16.9178
CIE-Lab67.600612.2310-21.3213

#a89fcb color RGB value is (168,159,203).

#a89fcb hex color red value is 168, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a89fcb hue: 0.70 , saturation: 0.30 and the lightness value of a89fcb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011111 11001011
Octal 250 237 313
Decimal 168 159 203
Hex A8 9F CB

RGB Percentages of Color #a89fcb

%31.70
%30.00
%38.30

CMYK Percentages of Color #a89fcb

%17
%22
%0
%20

Triadic Colors of #a89fcb

#a89fcb #cba89f #9fcba8

Analogous Colors of #a89fcb

#a89fcb #be9fcb #9faccb

Monochromatic Colors of #a89fcb

#a89fcb

Complementary Color

#a89fcb #c2cb9f

#a89fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89fcb Color CSS Codes

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

#a89fcb Text Font Color

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

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


#a89fcb Background Color

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

This div background color is #a89fcb


#a89fcb Border Color

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

This div border color is #a89fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,159,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #a89fcb;
  box-shadow:         1px 1px 3px 2px #a89fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,159,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89fcb


Comments

No comments written yet.

Please login to write comment.