Color Hex Logo

#a935ba Color Hex

#A935BA
(169,53,186)
0 Favorites   0 Comments

Color spaces of #a935ba

RGB 16953186
HSL0.810.560.47
HSV292°72°73°
CMYK 0.090.720.00   0.27
XYZ26.498214.526447.8616
Yxy14.52640.29810.1634
Hunter Lab38.113557.4024-47.7748
CIE-Lab44.978663.7962-46.9329

#a935ba color RGB value is (169,53,186).

#a935ba hex color red value is 169, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a935ba hue: 0.81 , saturation: 0.56 and the lightness value of a935ba is 0.47.

The process color (four color CMYK) of #a935ba color hex is 0.09, 0.72, 0.00, 0.27. Web safe color of #a935ba is #9933cc. Color #a935ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 10111010
Octal 251 65 272
Decimal 169 53 186
Hex A9 35 BA

RGB Percentages of Color #a935ba

%41.42
%12.99
%45.59

CMYK Percentages of Color #a935ba

%9
%72
%0
%27

Triadic Colors of #a935ba

#a935ba #baa935 #35baa9

Analogous Colors of #a935ba

#a935ba #ba3589 #6735ba

Monochromatic Colors of #a935ba

#a935ba

Complementary Color

#a935ba #46ba35

#a935ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a935ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a935ba Color CSS Codes

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

#a935ba Text Font Color

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

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


#a935ba Background Color

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

This div background color is #a935ba


#a935ba Border Color

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

This div border color is #a935ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,53,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a935ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a935ba


Comments

No comments written yet.

Please login to write comment.