Color Hex Logo

#a939bd Color Hex

#A939BD
(169,57,189)
0 Favorites   0 Comments

Color spaces of #a939bd

RGB 16957189
HSL0.810.540.48
HSV291°70°74°
CMYK 0.110.700.00   0.26
XYZ27.010615.035449.6226
Yxy15.03540.29470.1640
Hunter Lab38.775556.4840-48.7330
CIE-Lab45.682662.8535-47.5617

#a939bd color RGB value is (169,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111001 10111101
Octal 251 71 275
Decimal 169 57 189
Hex A9 39 BD

RGB Percentages of Color #a939bd

%40.72
%13.73
%45.54

CMYK Percentages of Color #a939bd

%11
%70
%0
%26

Triadic Colors of #a939bd

#a939bd #bda939 #39bda9

Analogous Colors of #a939bd

#a939bd #bd398f #6739bd

Monochromatic Colors of #a939bd

#a939bd

Complementary Color

#a939bd #4dbd39

#a939bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a939bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a939bd Color CSS Codes

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

#a939bd Text Font Color

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

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


#a939bd Background Color

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

This div background color is #a939bd


#a939bd Border Color

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

This div border color is #a939bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a939bd


Comments

No comments written yet.

Please login to write comment.