Color Hex Logo

#a7abdd Color Hex

#A7ABDD
(167,171,221)
0 Favorites   0 Comments

Color spaces of #a7abdd

RGB 167171221
HSL0.650.440.76
HSV236°24°87°
CMYK 0.240.230.00   0.13
XYZ43.550442.561874.3265
Yxy42.56180.27140.2653
Hunter Lab65.23944.9883-21.8808
CIE-Lab71.25659.3619-25.6571

#a7abdd color RGB value is (167,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11011101
Octal 247 253 335
Decimal 167 171 221
Hex A7 AB DD

RGB Percentages of Color #a7abdd

%29.87
%30.59
%39.53

CMYK Percentages of Color #a7abdd

%24
%23
%0
%13

Triadic Colors of #a7abdd

#a7abdd #dda7ab #abdda7

Analogous Colors of #a7abdd

#a7abdd #bea7dd #a7c6dd

Monochromatic Colors of #a7abdd

#a7abdd

Complementary Color

#a7abdd #ddd9a7

#a7abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abdd Color CSS Codes

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

#a7abdd Text Font Color

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

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


#a7abdd Background Color

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

This div background color is #a7abdd


#a7abdd Border Color

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

This div border color is #a7abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abdd

#a7abdd Color Palettes


Comments

No comments written yet.

Please login to write comment.