Color Hex Logo

#a7afca Color Hex

#A7AFCA
(167,175,202)
0 Favorites   0 Comments

Color spaces of #a7afca

RGB 167175202
HSL0.630.250.72
HSV226°17°79°
CMYK 0.170.130.00   0.21
XYZ41.927043.139761.9941
Yxy43.13970.28510.2933
Hunter Lab65.6808-0.9969-9.9854
CIE-Lab71.64972.8169-14.6451

#a7afca color RGB value is (167,175,202).

#a7afca hex color red value is 167, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a7afca hue: 0.63 , saturation: 0.25 and the lightness value of a7afca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101111 11001010
Octal 247 257 312
Decimal 167 175 202
Hex A7 AF CA

RGB Percentages of Color #a7afca

%30.70
%32.17
%37.13

CMYK Percentages of Color #a7afca

%17
%13
%0
%21

Triadic Colors of #a7afca

#a7afca #caa7af #afcaa7

Analogous Colors of #a7afca

#a7afca #b1a7ca #a7c1ca

Monochromatic Colors of #a7afca

#a7afca

Complementary Color

#a7afca #cac2a7

#a7afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7afca Color CSS Codes

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

#a7afca Text Font Color

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

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


#a7afca Background Color

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

This div background color is #a7afca


#a7afca Border Color

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

This div border color is #a7afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7afca


Comments

No comments written yet.

Please login to write comment.