Color Hex Logo

#a7abfd Color Hex

#A7ABFD
(167,171,253)
0 Favorites   0 Comments

Color spaces of #a7abfd

RGB 167171253
HSL0.660.960.82
HSV237°34°99°
CMYK 0.340.320.00   0.01
XYZ48.228944.433298.9630
Yxy44.43320.25170.2319
Hunter Lab66.658212.4973-41.3631
CIE-Lab72.517117.2649-41.1161

#a7abfd color RGB value is (167,171,253).

#a7abfd hex color red value is 167, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a7abfd hue: 0.66 , saturation: 0.96 and the lightness value of a7abfd is 0.82.

The process color (four color CMYK) of #a7abfd color hex is 0.34, 0.32, 0.00, 0.01. Web safe color of #a7abfd is #9999ff. Color #a7abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11111101
Octal 247 253 375
Decimal 167 171 253
Hex A7 AB FD

RGB Percentages of Color #a7abfd

%28.26
%28.93
%42.81

CMYK Percentages of Color #a7abfd

%34
%32
%0
%1

Triadic Colors of #a7abfd

#a7abfd #fda7ab #abfda7

Analogous Colors of #a7abfd

#a7abfd #cea7fd #a7d6fd

Monochromatic Colors of #a7abfd

#a7abfd

Complementary Color

#a7abfd #fdf9a7

#a7abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abfd Color CSS Codes

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

#a7abfd Text Font Color

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

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


#a7abfd Background Color

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

This div background color is #a7abfd


#a7abfd Border Color

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

This div border color is #a7abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abfd


Comments

No comments written yet.

Please login to write comment.