Color Hex Logo

#a8a7de Color Hex

#A8A7DE
(168,167,222)
0 Favorites   0 Comments

Color spaces of #a8a7de

RGB 168167222
HSL0.670.450.76
HSV241°25°87°
CMYK 0.240.250.00   0.13
XYZ43.152041.236274.7923
Yxy41.23620.27110.2591
Hunter Lab64.21547.5729-24.1048
CIE-Lab70.341112.1287-27.6025

#a8a7de color RGB value is (168,167,222).

#a8a7de hex color red value is 168, green value is 167 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8a7de hue: 0.67 , saturation: 0.45 and the lightness value of a8a7de is 0.76.

The process color (four color CMYK) of #a8a7de color hex is 0.24, 0.25, 0.00, 0.13. Web safe color of #a8a7de is #9999cc. Color #a8a7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100111 11011110
Octal 250 247 336
Decimal 168 167 222
Hex A8 A7 DE

RGB Percentages of Color #a8a7de

%30.16
%29.98
%39.86

CMYK Percentages of Color #a8a7de

%24
%25
%0
%13

Triadic Colors of #a8a7de

#a8a7de #dea8a7 #a7dea8

Analogous Colors of #a8a7de

#a8a7de #c4a7de #a7c2de

Monochromatic Colors of #a8a7de

#a8a7de

Complementary Color

#a8a7de #dddea7

#a8a7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a7de Color CSS Codes

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

#a8a7de Text Font Color

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

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


#a8a7de Background Color

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

This div background color is #a8a7de


#a8a7de Border Color

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

This div border color is #a8a7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a7de


Comments

No comments written yet.

Please login to write comment.