Color Hex Logo

#a935bd Color Hex

#A935BD
(169,53,189)
0 Favorites   0 Comments

Color spaces of #a935bd

RGB 16953189
HSL0.810.560.47
HSV291°72°74°
CMYK 0.110.720.00   0.26
XYZ26.820614.655349.5593
Yxy14.65530.29460.1610
Hunter Lab38.282258.0635-49.9579
CIE-Lab45.158464.3405-48.4000

#a935bd color RGB value is (169,53,189).

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

The process color (four color CMYK) of #a935bd color hex is 0.11, 0.72, 0.00, 0.26. Web safe color of #a935bd is #9933cc. Color #a935bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 10111101
Octal 251 65 275
Decimal 169 53 189
Hex A9 35 BD

RGB Percentages of Color #a935bd

%41.12
%12.90
%45.99

CMYK Percentages of Color #a935bd

%11
%72
%0
%26

Triadic Colors of #a935bd

#a935bd #bda935 #35bda9

Analogous Colors of #a935bd

#a935bd #bd358d #6535bd

Monochromatic Colors of #a935bd

#a935bd

Complementary Color

#a935bd #49bd35

#a935bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a935bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a935bd Color CSS Codes

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

#a935bd Text Font Color

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

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


#a935bd Background Color

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

This div background color is #a935bd


#a935bd Border Color

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

This div border color is #a935bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a935bd


Comments

No comments written yet.

Please login to write comment.