Color Hex Logo

#a3aada Color Hex

#A3AADA
(163,170,218)
0 Favorites   0 Comments

Color spaces of #a3aada

RGB 163170218
HSL0.650.430.75
HSV232°25°85°
CMYK 0.250.220.00   0.15
XYZ42.133941.597972.1382
Yxy41.59790.27030.2669
Hunter Lab64.49643.7408-21.1674
CIE-Lab70.59287.9975-25.0560

#a3aada color RGB value is (163,170,218).

#a3aada hex color red value is 163, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a3aada hue: 0.65 , saturation: 0.43 and the lightness value of a3aada is 0.75.

The process color (four color CMYK) of #a3aada color hex is 0.25, 0.22, 0.00, 0.15. Web safe color of #a3aada is #9999cc. Color #a3aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101010 11011010
Octal 243 252 332
Decimal 163 170 218
Hex A3 AA DA

RGB Percentages of Color #a3aada

%29.58
%30.85
%39.56

CMYK Percentages of Color #a3aada

%25
%22
%0
%15

Triadic Colors of #a3aada

#a3aada #daa3aa #aadaa3

Analogous Colors of #a3aada

#a3aada #b8a3da #a3c6da

Monochromatic Colors of #a3aada

#a3aada

Complementary Color

#a3aada #dad3a3

#a3aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aada Color CSS Codes

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

#a3aada Text Font Color

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

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


#a3aada Background Color

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

This div background color is #a3aada


#a3aada Border Color

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

This div border color is #a3aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aada


Comments

No comments written yet.

Please login to write comment.