Color Hex Logo

#a797dc Color Hex

#A797DC
(167,151,220)
0 Favorites   0 Comments

Color spaces of #a797dc

RGB 167151220
HSL0.710.500.73
HSV254°31°86°
CMYK 0.240.310.00   0.14
XYZ39.921235.516072.4613
Yxy35.51600.26990.2401
Hunter Lab59.595315.2803-30.3734
CIE-Lab66.148420.3601-32.9786

#a797dc color RGB value is (167,151,220).

#a797dc hex color red value is 167, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a797dc hue: 0.71 , saturation: 0.50 and the lightness value of a797dc is 0.73.

The process color (four color CMYK) of #a797dc color hex is 0.24, 0.31, 0.00, 0.14. Web safe color of #a797dc is #9999cc. Color #a797dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 11011100
Octal 247 227 334
Decimal 167 151 220
Hex A7 97 DC

RGB Percentages of Color #a797dc

%31.04
%28.07
%40.89

CMYK Percentages of Color #a797dc

%24
%31
%0
%14

Triadic Colors of #a797dc

#a797dc #dca797 #97dca7

Analogous Colors of #a797dc

#a797dc #ca97dc #97aadc

Monochromatic Colors of #a797dc

#a797dc

Complementary Color

#a797dc #ccdc97

#a797dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a797dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a797dc Color CSS Codes

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

#a797dc Text Font Color

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

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


#a797dc Background Color

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

This div background color is #a797dc


#a797dc Border Color

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

This div border color is #a797dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a797dc


Comments

No comments written yet.

Please login to write comment.