Color Hex Logo

#a45392 Color Hex

#A45392
(164,83,146)
0 Favorites   0 Comments

Color spaces of #a45392

RGB 16483146
HSL0.870.330.48
HSV313°49°64°
CMYK 0.000.490.11   0.36
XYZ23.591416.154329.0688
Yxy16.15430.34280.2348
Hunter Lab40.192434.4359-14.7463
CIE-Lab47.176341.9142-19.8565

#a45392 color RGB value is (164,83,146).

#a45392 hex color red value is 164, green value is 83 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a45392 hue: 0.87 , saturation: 0.33 and the lightness value of a45392 is 0.48.

The process color (four color CMYK) of #a45392 color hex is 0.00, 0.49, 0.11, 0.36. Web safe color of #a45392 is #996699. Color #a45392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 10010010
Octal 244 123 222
Decimal 164 83 146
Hex A4 53 92

RGB Percentages of Color #a45392

%41.73
%21.12
%37.15

CMYK Percentages of Color #a45392

%0
%49
%11
%36

Triadic Colors of #a45392

#a45392 #92a453 #5392a4

Analogous Colors of #a45392

#a45392 #a4536a #8e53a4

Monochromatic Colors of #a45392

#a45392

Complementary Color

#a45392 #53a465

#a45392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45392 Color CSS Codes

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

#a45392 Text Font Color

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

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


#a45392 Background Color

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

This div background color is #a45392


#a45392 Border Color

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

This div border color is #a45392


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,83,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a45392; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a45392;
  -webkit-box-shadow: 1px 1px 3px 2px #a45392;
  box-shadow:         1px 1px 3px 2px #a45392; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,83,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45392


Comments

No comments written yet.

Please login to write comment.