Color Hex Logo

#a899cf Color Hex

#A899CF
(168,153,207)
0 Favorites   0 Comments

Color spaces of #a899cf

RGB 168153207
HSL0.710.360.71
HSV257°26°81°
CMYK 0.190.260.00   0.19
XYZ38.802235.612363.8602
Yxy35.61230.28060.2575
Hunter Lab59.676011.6301-21.6739
CIE-Lab66.222616.5085-25.6489

#a899cf color RGB value is (168,153,207).

#a899cf hex color red value is 168, green value is 153 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a899cf hue: 0.71 , saturation: 0.36 and the lightness value of a899cf is 0.71.

The process color (four color CMYK) of #a899cf color hex is 0.19, 0.26, 0.00, 0.19. Web safe color of #a899cf is #9999cc. Color #a899cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 11001111
Octal 250 231 317
Decimal 168 153 207
Hex A8 99 CF

RGB Percentages of Color #a899cf

%31.82
%28.98
%39.20

CMYK Percentages of Color #a899cf

%19
%26
%0
%19

Triadic Colors of #a899cf

#a899cf #cfa899 #99cfa8

Analogous Colors of #a899cf

#a899cf #c399cf #99a5cf

Monochromatic Colors of #a899cf

#a899cf

Complementary Color

#a899cf #c0cf99

#a899cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a899cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a899cf Color CSS Codes

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

#a899cf Text Font Color

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

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


#a899cf Background Color

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

This div background color is #a899cf


#a899cf Border Color

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

This div border color is #a899cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a899cf


Comments

No comments written yet.

Please login to write comment.