Color Hex Logo

#a93890 Color Hex

#A93890
(169,56,144)
0 Favorites   0 Comments

Color spaces of #a93890

RGB 16956144
HSL0.870.500.44
HSV313°67°66°
CMYK 0.000.670.15   0.34
XYZ22.810413.277027.7460
Yxy13.27700.35730.2080
Hunter Lab36.437647.9774-19.6410
CIE-Lab43.177755.6430-24.7668

#a93890 color RGB value is (169,56,144).

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

The process color (four color CMYK) of #a93890 color hex is 0.00, 0.67, 0.15, 0.34. Web safe color of #a93890 is #993399. Color #a93890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 10010000
Octal 251 70 220
Decimal 169 56 144
Hex A9 38 90

RGB Percentages of Color #a93890

%45.80
%15.18
%39.02

CMYK Percentages of Color #a93890

%0
%67
%15
%34

Triadic Colors of #a93890

#a93890 #90a938 #3890a9

Analogous Colors of #a93890

#a93890 #a93858 #8a38a9

Monochromatic Colors of #a93890

#a93890

Complementary Color

#a93890 #38a951

#a93890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93890 Color CSS Codes

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

#a93890 Text Font Color

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

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


#a93890 Background Color

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

This div background color is #a93890


#a93890 Border Color

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

This div border color is #a93890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93890


Comments

No comments written yet.

Please login to write comment.