Color Hex Logo

#a889cc Color Hex

#A889CC
(168,137,204)
0 Favorites   0 Comments

Color spaces of #a889cc

RGB 168137204
HSL0.740.400.67
HSV268°33°80°
CMYK 0.180.330.00   0.20
XYZ35.993230.575861.1314
Yxy30.57580.28190.2394
Hunter Lab55.295419.4233-26.8408
CIE-Lab62.147924.8963-30.2550

#a889cc color RGB value is (168,137,204).

#a889cc hex color red value is 168, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a889cc hue: 0.74 , saturation: 0.40 and the lightness value of a889cc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 11001100
Octal 250 211 314
Decimal 168 137 204
Hex A8 89 CC

RGB Percentages of Color #a889cc

%33.01
%26.92
%40.08

CMYK Percentages of Color #a889cc

%18
%33
%0
%20

Triadic Colors of #a889cc

#a889cc #cca889 #89cca8

Analogous Colors of #a889cc

#a889cc #ca89cc #898ccc

Monochromatic Colors of #a889cc

#a889cc

Complementary Color

#a889cc #adcc89

#a889cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a889cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a889cc Color CSS Codes

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

#a889cc Text Font Color

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

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


#a889cc Background Color

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

This div background color is #a889cc


#a889cc Border Color

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

This div border color is #a889cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a889cc

#a889cc Color Palettes


Comments

No comments written yet.

Please login to write comment.