Color Hex Logo

#a3abed Color Hex

#A3ABED
(163,171,237)
0 Favorites   0 Comments

Color spaces of #a3abed

RGB 163171237
HSL0.650.670.78
HSV234°31°93°
CMYK 0.310.280.00   0.07
XYZ44.953243.026886.0565
Yxy43.02680.25830.2472
Hunter Lab65.59487.5380-31.8686
CIE-Lab71.573212.0922-33.9264

#a3abed color RGB value is (163,171,237).

#a3abed hex color red value is 163, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a3abed hue: 0.65 , saturation: 0.67 and the lightness value of a3abed is 0.78.

The process color (four color CMYK) of #a3abed color hex is 0.31, 0.28, 0.00, 0.07. Web safe color of #a3abed is #9999ff. Color #a3abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101011 11101101
Octal 243 253 355
Decimal 163 171 237
Hex A3 AB ED

RGB Percentages of Color #a3abed

%28.55
%29.95
%41.51

CMYK Percentages of Color #a3abed

%31
%28
%0
%7

Triadic Colors of #a3abed

#a3abed #eda3ab #abeda3

Analogous Colors of #a3abed

#a3abed #c0a3ed #a3d0ed

Monochromatic Colors of #a3abed

#a3abed

Complementary Color

#a3abed #ede5a3

#a3abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3abed Color CSS Codes

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

#a3abed Text Font Color

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

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


#a3abed Background Color

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

This div background color is #a3abed


#a3abed Border Color

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

This div border color is #a3abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3abed


Comments

No comments written yet.

Please login to write comment.