Color Hex Logo

#a89fcc Color Hex

#A89FCC
(168,159,204)
0 Favorites   0 Comments

Color spaces of #a89fcc

RGB 168159204
HSL0.700.310.71
HSV252°22°80°
CMYK 0.180.220.00   0.20
XYZ39.445737.480762.2822
Yxy37.48070.28340.2692
Hunter Lab61.22157.8720-17.4622
CIE-Lab67.636112.4550-21.8214

#a89fcc color RGB value is (168,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011111 11001100
Octal 250 237 314
Decimal 168 159 204
Hex A8 9F CC

RGB Percentages of Color #a89fcc

%31.64
%29.94
%38.42

CMYK Percentages of Color #a89fcc

%18
%22
%0
%20

Triadic Colors of #a89fcc

#a89fcc #cca89f #9fcca8

Analogous Colors of #a89fcc

#a89fcc #bf9fcc #9fadcc

Monochromatic Colors of #a89fcc

#a89fcc

Complementary Color

#a89fcc #c3cc9f

#a89fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89fcc Color CSS Codes

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

#a89fcc Text Font Color

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

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


#a89fcc Background Color

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

This div background color is #a89fcc


#a89fcc Border Color

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

This div border color is #a89fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89fcc


Comments

No comments written yet.

Please login to write comment.