Color Hex Logo

#a813ae Color Hex

#A813AE
(168,19,174)
0 Favorites   0 Comments

Color spaces of #a813ae

RGB 16819174
HSL0.830.800.38
HSV298°89°68°
CMYK 0.030.890.00   0.32
XYZ24.021311.846641.0650
Yxy11.84660.31220.1540
Hunter Lab34.418964.3439-46.6454
CIE-Lab40.971370.5571-46.2735

#a813ae color RGB value is (168,19,174).

#a813ae hex color red value is 168, green value is 19 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a813ae hue: 0.83 , saturation: 0.80 and the lightness value of a813ae is 0.38.

The process color (four color CMYK) of #a813ae color hex is 0.03, 0.89, 0.00, 0.32. Web safe color of #a813ae is #990099. Color #a813ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10101110
Octal 250 23 256
Decimal 168 19 174
Hex A8 13 AE

RGB Percentages of Color #a813ae

%46.54
%5.26
%48.20

CMYK Percentages of Color #a813ae

%3
%89
%0
%32

Triadic Colors of #a813ae

#a813ae #aea813 #13aea8

Analogous Colors of #a813ae

#a813ae #ae1367 #5b13ae

Monochromatic Colors of #a813ae

#a813ae

Complementary Color

#a813ae #19ae13

#a813ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813ae Color CSS Codes

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

#a813ae Text Font Color

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

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


#a813ae Background Color

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

This div background color is #a813ae


#a813ae Border Color

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

This div border color is #a813ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813ae


Comments

No comments written yet.

Please login to write comment.