Color Hex Logo

#a850ae Color Hex

#A850AE
(168,80,174)
0 Favorites   0 Comments

Color spaces of #a850ae

RGB 16880174
HSL0.820.370.50
HSV296°54°68°
CMYK 0.030.540.00   0.32
XYZ26.657117.118141.9435
Yxy17.11810.31100.1997
Hunter Lab41.374042.6022-31.1443
CIE-Lab48.408549.6637-34.4738

#a850ae color RGB value is (168,80,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10101110
Octal 250 120 256
Decimal 168 80 174
Hex A8 50 AE

RGB Percentages of Color #a850ae

%39.81
%18.96
%41.23

CMYK Percentages of Color #a850ae

%3
%54
%0
%32

Triadic Colors of #a850ae

#a850ae #aea850 #50aea8

Analogous Colors of #a850ae

#a850ae #ae5085 #7950ae

Monochromatic Colors of #a850ae

#a850ae

Complementary Color

#a850ae #56ae50

#a850ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a850ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a850ae Color CSS Codes

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

#a850ae Text Font Color

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

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


#a850ae Background Color

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

This div background color is #a850ae


#a850ae Border Color

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

This div border color is #a850ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a850ae


Comments

No comments written yet.

Please login to write comment.