Color Hex Logo

#a935ae Color Hex

#A935AE
(169,53,174)
0 Favorites   0 Comments

Color spaces of #a935ae

RGB 16953174
HSL0.830.530.45
HSV298°70°68°
CMYK 0.030.700.00   0.32
XYZ25.275314.037241.4217
Yxy14.03720.31310.1739
Hunter Lab37.466354.8529-39.3231
CIE-Lab44.286261.6764-40.9752

#a935ae color RGB value is (169,53,174).

#a935ae hex color red value is 169, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a935ae hue: 0.83 , saturation: 0.53 and the lightness value of a935ae is 0.45.

The process color (four color CMYK) of #a935ae color hex is 0.03, 0.70, 0.00, 0.32. Web safe color of #a935ae is #993399. Color #a935ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 10101110
Octal 251 65 256
Decimal 169 53 174
Hex A9 35 AE

RGB Percentages of Color #a935ae

%42.68
%13.38
%43.94

CMYK Percentages of Color #a935ae

%3
%70
%0
%32

Triadic Colors of #a935ae

#a935ae #aea935 #35aea9

Analogous Colors of #a935ae

#a935ae #ae3577 #6d35ae

Monochromatic Colors of #a935ae

#a935ae

Complementary Color

#a935ae #3aae35

#a935ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a935ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a935ae Color CSS Codes

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

#a935ae Text Font Color

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

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


#a935ae Background Color

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

This div background color is #a935ae


#a935ae Border Color

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

This div border color is #a935ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a935ae


Comments

No comments written yet.

Please login to write comment.