Color Hex Logo

#a350ae Color Hex

#A350AE
(163,80,174)
0 Favorites   0 Comments

Color spaces of #a350ae

RGB 16380174
HSL0.810.370.50
HSV293°54°68°
CMYK 0.060.540.00   0.32
XYZ25.612916.579841.8947
Yxy16.57980.30460.1972
Hunter Lab40.718341.0242-32.5001
CIE-Lab47.726248.2743-35.5938

#a350ae color RGB value is (163,80,174).

#a350ae hex color red value is 163, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a350ae hue: 0.81 , saturation: 0.37 and the lightness value of a350ae is 0.50.

The process color (four color CMYK) of #a350ae color hex is 0.06, 0.54, 0.00, 0.32. Web safe color of #a350ae is #996699. Color #a350ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 10101110
Octal 243 120 256
Decimal 163 80 174
Hex A3 50 AE

RGB Percentages of Color #a350ae

%39.09
%19.18
%41.73

CMYK Percentages of Color #a350ae

%6
%54
%0
%32

Triadic Colors of #a350ae

#a350ae #aea350 #50aea3

Analogous Colors of #a350ae

#a350ae #ae508a #7450ae

Monochromatic Colors of #a350ae

#a350ae

Complementary Color

#a350ae #5bae50

#a350ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a350ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a350ae Color CSS Codes

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

#a350ae Text Font Color

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

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


#a350ae Background Color

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

This div background color is #a350ae


#a350ae Border Color

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

This div border color is #a350ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a350ae


Comments

No comments written yet.

Please login to write comment.