Color Hex Logo

#a93795 Color Hex

#A93795
(169,55,149)
0 Favorites   0 Comments

Color spaces of #a93795

RGB 16955149
HSL0.860.510.44
HSV311°67°66°
CMYK 0.000.670.12   0.34
XYZ23.153213.337329.7878
Yxy13.33730.34930.2012
Hunter Lab36.520349.2554-22.7958
CIE-Lab43.267156.8062-27.6496

#a93795 color RGB value is (169,55,149).

#a93795 hex color red value is 169, green value is 55 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a93795 hue: 0.86 , saturation: 0.51 and the lightness value of a93795 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110111 10010101
Octal 251 67 225
Decimal 169 55 149
Hex A9 37 95

RGB Percentages of Color #a93795

%45.31
%14.75
%39.95

CMYK Percentages of Color #a93795

%0
%67
%12
%34

Triadic Colors of #a93795

#a93795 #95a937 #3795a9

Analogous Colors of #a93795

#a93795 #a9375c #8437a9

Monochromatic Colors of #a93795

#a93795

Complementary Color

#a93795 #37a94b

#a93795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93795 Color CSS Codes

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

#a93795 Text Font Color

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

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


#a93795 Background Color

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

This div background color is #a93795


#a93795 Border Color

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

This div border color is #a93795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93795


Comments

No comments written yet.

Please login to write comment.