Color Hex Logo

#a308ae Color Hex

#A308AE
(163,8,174)
0 Favorites   0 Comments

Color spaces of #a308ae

RGB 1638174
HSL0.820.910.36
HSV296°95°68°
CMYK 0.060.950.00   0.32
XYZ22.831111.016240.9674
Yxy11.01620.30520.1472
Hunter Lab33.190764.7024-49.9485
CIE-Lab39.607771.1247-48.5098

#a308ae color RGB value is (163,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001000 10101110
Octal 243 10 256
Decimal 163 8 174
Hex A3 8 AE

RGB Percentages of Color #a308ae

%47.25
%2.32
%50.43

CMYK Percentages of Color #a308ae

%6
%95
%0
%32

Triadic Colors of #a308ae

#a308ae #aea308 #08aea3

Analogous Colors of #a308ae

#a308ae #ae0866 #5008ae

Monochromatic Colors of #a308ae

#a308ae

Complementary Color

#a308ae #13ae08

#a308ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a308ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a308ae Color CSS Codes

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

#a308ae Text Font Color

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

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


#a308ae Background Color

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

This div background color is #a308ae


#a308ae Border Color

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

This div border color is #a308ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a308ae


Comments

No comments written yet.

Please login to write comment.