Color Hex Logo

#a3acea Color Hex

#A3ACEA
(163,172,234)
0 Favorites   0 Comments

Color spaces of #a3acea

RGB 163172234
HSL0.650.630.78
HSV232°30°92°
CMYK 0.300.260.00   0.08
XYZ44.708143.232183.8302
Yxy43.23210.26030.2517
Hunter Lab65.75116.3083-29.5667
CIE-Lab71.712210.7835-32.0781

#a3acea color RGB value is (163,172,234).

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

The process color (four color CMYK) of #a3acea color hex is 0.30, 0.26, 0.00, 0.08. Web safe color of #a3acea is #9999ff. Color #a3acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101100 11101010
Octal 243 254 352
Decimal 163 172 234
Hex A3 AC EA

RGB Percentages of Color #a3acea

%28.65
%30.23
%41.12

CMYK Percentages of Color #a3acea

%30
%26
%0
%8

Triadic Colors of #a3acea

#a3acea #eaa3ac #aceaa3

Analogous Colors of #a3acea

#a3acea #bea3ea #a3d0ea

Monochromatic Colors of #a3acea

#a3acea

Complementary Color

#a3acea #eae1a3

#a3acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3acea Color CSS Codes

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

#a3acea Text Font Color

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

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


#a3acea Background Color

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

This div background color is #a3acea


#a3acea Border Color

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

This div border color is #a3acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3acea


Comments

No comments written yet.

Please login to write comment.