color codes Logo

#a938b9 color codes

#A938B9
(169,56,185)
0 Favorites   0 Comments

Color spaces of #a938b9

RGB 16956185
HSL0.810.540.47
HSV293°70°73°
CMYK 0.090.700.00   0.27
XYZ26.533314.766147.3506
Yxy14.76610.29930.1666
Hunter Lab38.426756.0060-46.1604
CIE-Lab45.312262.5026-45.8147

#a938b9 color RGB value is (169,56,185).

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

The process color (four color CMYK) of #a938b9 color code is 0.09, 0.70, 0.00, 0.27. Web safe color of #a938b9 is #9933cc. Color #a938b9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 10111001
Octal 251 70 271
Decimal 169 56 185
Hex A9 38 B9

RGB Percentages of Color #a938b9

%41.22
%13.66
%45.12

CMYK Percentages of Color #a938b9

%9
%70
%0
%27

Triadic Colors of #a938b9

#a938b9 #b9a938 #38b9a9

Analogous Colors of #a938b9

#a938b9 #b93889 #6938b9

Monochromatic Colors of #a938b9

#a938b9

Complementary Color

#a938b9 #48b938

#a938b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a938b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a938b9 Color CSS Codes

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

#a938b9 Text Font Color

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

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


#a938b9 Background Color

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

This div background color is #a938b9


#a938b9 Border Color

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

This div border color is #a938b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a938b9


Comments

No comments written yet.

Please login to write comment.