Color Hex Logo

#a897ce Color Hex

#A897CE
(168,151,206)
0 Favorites   0 Comments

Color spaces of #a897ce

RGB 168151206
HSL0.720.360.70
HSV259°27°81°
CMYK 0.180.270.00   0.19
XYZ38.355634.914363.1101
Yxy34.91430.28120.2560
Hunter Lab59.088312.4639-21.9637
CIE-Lab65.681917.4107-25.9232

#a897ce color RGB value is (168,151,206).

#a897ce hex color red value is 168, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a897ce hue: 0.72 , saturation: 0.36 and the lightness value of a897ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010111 11001110
Octal 250 227 316
Decimal 168 151 206
Hex A8 97 CE

RGB Percentages of Color #a897ce

%32.00
%28.76
%39.24

CMYK Percentages of Color #a897ce

%18
%27
%0
%19

Triadic Colors of #a897ce

#a897ce #cea897 #97cea8

Analogous Colors of #a897ce

#a897ce #c497ce #97a2ce

Monochromatic Colors of #a897ce

#a897ce

Complementary Color

#a897ce #bdce97

#a897ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a897ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a897ce Color CSS Codes

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

#a897ce Text Font Color

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

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


#a897ce Background Color

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

This div background color is #a897ce


#a897ce Border Color

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

This div border color is #a897ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a897ce


Comments

No comments written yet.

Please login to write comment.