Color Hex Logo

#a309ae Color Hex

#A309AE
(163,9,174)
0 Favorites   0 Comments

Color spaces of #a309ae

RGB 1639174
HSL0.820.900.36
HSV296°95°68°
CMYK 0.060.950.00   0.32
XYZ22.841911.037940.9710
Yxy11.03790.30520.1475
Hunter Lab33.223364.5825-49.8601
CIE-Lab39.644271.0164-48.4511

#a309ae color RGB value is (163,9,174).

#a309ae hex color red value is 163, green value is 9 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a309ae hue: 0.82 , saturation: 0.90 and the lightness value of a309ae is 0.36.

The process color (four color CMYK) of #a309ae color hex is 0.06, 0.95, 0.00, 0.32. Web safe color of #a309ae is #990099. Color #a309ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001001 10101110
Octal 243 11 256
Decimal 163 9 174
Hex A3 9 AE

RGB Percentages of Color #a309ae

%47.11
%2.60
%50.29

CMYK Percentages of Color #a309ae

%6
%95
%0
%32

Triadic Colors of #a309ae

#a309ae #aea309 #09aea3

Analogous Colors of #a309ae

#a309ae #ae0967 #5009ae

Monochromatic Colors of #a309ae

#a309ae

Complementary Color

#a309ae #14ae09

#a309ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a309ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a309ae Color CSS Codes

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

#a309ae Text Font Color

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

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


#a309ae Background Color

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

This div background color is #a309ae


#a309ae Border Color

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

This div border color is #a309ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,9,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 #a309ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a309ae


Comments

No comments written yet.

Please login to write comment.