Color Hex Logo

#a93982 Color Hex

#A93982
(169,57,130)
0 Favorites   0 Comments

Color spaces of #a93982

RGB 16957130
HSL0.890.500.44
HSV321°66°66°
CMYK 0.000.660.23   0.34
XYZ21.854612.973022.4713
Yxy12.97300.38140.2264
Hunter Lab36.018145.2765-11.7778
CIE-Lab42.722553.2029-16.9457

#a93982 color RGB value is (169,57,130).

#a93982 hex color red value is 169, green value is 57 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a93982 hue: 0.89 , saturation: 0.50 and the lightness value of a93982 is 0.44.

The process color (four color CMYK) of #a93982 color hex is 0.00, 0.66, 0.23, 0.34. Web safe color of #a93982 is #993399. Color #a93982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111001 10000010
Octal 251 71 202
Decimal 169 57 130
Hex A9 39 82

RGB Percentages of Color #a93982

%47.47
%16.01
%36.52

CMYK Percentages of Color #a93982

%0
%66
%23
%34

Triadic Colors of #a93982

#a93982 #82a939 #3982a9

Analogous Colors of #a93982

#a93982 #a9394a #9839a9

Monochromatic Colors of #a93982

#a93982

Complementary Color

#a93982 #39a960

#a93982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93982 Color CSS Codes

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

#a93982 Text Font Color

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

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


#a93982 Background Color

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

This div background color is #a93982


#a93982 Border Color

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

This div border color is #a93982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93982


Comments

No comments written yet.

Please login to write comment.