Color Hex Logo

#a7abdb Color Hex

#A7ABDB
(167,171,219)
0 Favorites   0 Comments

Color spaces of #a7abdb

RGB 167171219
HSL0.650.420.76
HSV235°24°86°
CMYK 0.240.220.00   0.14
XYZ43.285442.455872.9312
Yxy42.45580.27280.2676
Hunter Lab65.15814.5532-20.7524
CIE-Lab71.18408.8909-24.6732

#a7abdb color RGB value is (167,171,219).

#a7abdb hex color red value is 167, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a7abdb hue: 0.65 , saturation: 0.42 and the lightness value of a7abdb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11011011
Octal 247 253 333
Decimal 167 171 219
Hex A7 AB DB

RGB Percentages of Color #a7abdb

%29.98
%30.70
%39.32

CMYK Percentages of Color #a7abdb

%24
%22
%0
%14

Triadic Colors of #a7abdb

#a7abdb #dba7ab #abdba7

Analogous Colors of #a7abdb

#a7abdb #bda7db #a7c5db

Monochromatic Colors of #a7abdb

#a7abdb

Complementary Color

#a7abdb #dbd7a7

#a7abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abdb Color CSS Codes

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

#a7abdb Text Font Color

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

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


#a7abdb Background Color

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

This div background color is #a7abdb


#a7abdb Border Color

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

This div border color is #a7abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abdb


Comments

No comments written yet.

Please login to write comment.