Color Hex Logo

#a5478e Color Hex

#A5478E
(165,71,142)
0 Favorites   0 Comments

Color spaces of #a5478e

RGB 16571142
HSL0.870.400.46
HSV315°57°65°
CMYK 0.000.570.14   0.35
XYZ22.652814.458827.1881
Yxy14.45880.35230.2249
Hunter Lab38.024739.7961-15.7757
CIE-Lab44.883847.5716-20.9696

#a5478e color RGB value is (165,71,142).

#a5478e hex color red value is 165, green value is 71 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a5478e hue: 0.87 , saturation: 0.40 and the lightness value of a5478e is 0.46.

The process color (four color CMYK) of #a5478e color hex is 0.00, 0.57, 0.14, 0.35. Web safe color of #a5478e is #993399. Color #a5478e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 10001110
Octal 245 107 216
Decimal 165 71 142
Hex A5 47 8E

RGB Percentages of Color #a5478e

%43.65
%18.78
%37.57

CMYK Percentages of Color #a5478e

%0
%57
%14
%35

Triadic Colors of #a5478e

#a5478e #8ea547 #478ea5

Analogous Colors of #a5478e

#a5478e #a5475f #8d47a5

Monochromatic Colors of #a5478e

#a5478e

Complementary Color

#a5478e #47a55e

#a5478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5478e Color CSS Codes

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

#a5478e Text Font Color

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

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


#a5478e Background Color

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

This div background color is #a5478e


#a5478e Border Color

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

This div border color is #a5478e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,71,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5478e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5478e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5478e;
  box-shadow:         1px 1px 3px 2px #a5478e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,71,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5478e


Comments

No comments written yet.

Please login to write comment.