Color Hex Logo

#a3abd6 Color Hex

#A3ABD6
(163,171,214)
0 Favorites   0 Comments

Color spaces of #a3abd6

RGB 163171214
HSL0.640.380.74
HSV231°24°84°
CMYK 0.240.200.00   0.16
XYZ41.804841.767469.4769
Yxy41.76740.27310.2729
Hunter Lab64.62772.3653-18.4993
CIE-Lab70.71036.4960-22.6825

#a3abd6 color RGB value is (163,171,214).

#a3abd6 hex color red value is 163, green value is 171 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #a3abd6 hue: 0.64 , saturation: 0.38 and the lightness value of a3abd6 is 0.74.

The process color (four color CMYK) of #a3abd6 color hex is 0.24, 0.20, 0.00, 0.16. Web safe color of #a3abd6 is #9999cc. Color #a3abd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101011 11010110
Octal 243 253 326
Decimal 163 171 214
Hex A3 AB D6

RGB Percentages of Color #a3abd6

%29.74
%31.20
%39.05

CMYK Percentages of Color #a3abd6

%24
%20
%0
%16

Triadic Colors of #a3abd6

#a3abd6 #d6a3ab #abd6a3

Analogous Colors of #a3abd6

#a3abd6 #b5a3d6 #a3c5d6

Monochromatic Colors of #a3abd6

#a3abd6

Complementary Color

#a3abd6 #d6cea3

#a3abd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3abd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3abd6 Color CSS Codes

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

#a3abd6 Text Font Color

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

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


#a3abd6 Background Color

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

This div background color is #a3abd6


#a3abd6 Border Color

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

This div border color is #a3abd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3abd6


Comments

No comments written yet.

Please login to write comment.