Color Hex Logo

#a897ca Color Hex

#A897CA
(168,151,202)
0 Favorites   0 Comments

Color spaces of #a897ca

RGB 168151202
HSL0.720.320.69
HSV260°25°79°
CMYK 0.170.250.00   0.21
XYZ37.875734.722360.5829
Yxy34.72230.28440.2607
Hunter Lab58.925611.6148-19.7096
CIE-Lab65.531916.5098-23.9255

#a897ca color RGB value is (168,151,202).

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

The process color (four color CMYK) of #a897ca color hex is 0.17, 0.25, 0.00, 0.21. Web safe color of #a897ca is #9999cc. Color #a897ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010111 11001010
Octal 250 227 312
Decimal 168 151 202
Hex A8 97 CA

RGB Percentages of Color #a897ca

%32.25
%28.98
%38.77

CMYK Percentages of Color #a897ca

%17
%25
%0
%21

Triadic Colors of #a897ca

#a897ca #caa897 #97caa8

Analogous Colors of #a897ca

#a897ca #c297ca #97a0ca

Monochromatic Colors of #a897ca

#a897ca

Complementary Color

#a897ca #b9ca97

#a897ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a897ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a897ca Color CSS Codes

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

#a897ca Text Font Color

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

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


#a897ca Background Color

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

This div background color is #a897ca


#a897ca Border Color

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

This div border color is #a897ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a897ca


Comments

No comments written yet.

Please login to write comment.