Color Hex Logo

#a3abcf Color Hex

#A3ABCF
(163,171,207)
0 Favorites   0 Comments

Color spaces of #a3abcf

RGB 163171207
HSL0.640.310.73
HSV229°21°81°
CMYK 0.210.170.00   0.19
XYZ40.929741.417364.8686
Yxy41.41730.27800.2813
Hunter Lab64.35630.9001-14.7126
CIE-Lab70.46734.8712-19.2071

#a3abcf color RGB value is (163,171,207).

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

The process color (four color CMYK) of #a3abcf color hex is 0.21, 0.17, 0.00, 0.19. Web safe color of #a3abcf is #9999cc. Color #a3abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101011 11001111
Octal 243 253 317
Decimal 163 171 207
Hex A3 AB CF

RGB Percentages of Color #a3abcf

%30.13
%31.61
%38.26

CMYK Percentages of Color #a3abcf

%21
%17
%0
%19

Triadic Colors of #a3abcf

#a3abcf #cfa3ab #abcfa3

Analogous Colors of #a3abcf

#a3abcf #b1a3cf #a3c1cf

Monochromatic Colors of #a3abcf

#a3abcf

Complementary Color

#a3abcf #cfc7a3

#a3abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3abcf Color CSS Codes

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

#a3abcf Text Font Color

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

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


#a3abcf Background Color

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

This div background color is #a3abcf


#a3abcf Border Color

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

This div border color is #a3abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3abcf


Comments

No comments written yet.

Please login to write comment.