Color Hex Logo

#a5678e Color Hex

#A5678E
(165,103,142)
0 Favorites   0 Comments

Color spaces of #a5678e

RGB 165103142
HSL0.900.260.53
HSV322°38°65°
CMYK 0.000.380.14   0.35
XYZ25.249819.652828.0538
Yxy19.65280.34610.2694
Hunter Lab44.331524.0878-6.4878
CIE-Lab51.442430.7228-10.9845

#a5678e color RGB value is (165,103,142).

#a5678e hex color red value is 165, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a5678e hue: 0.90 , saturation: 0.26 and the lightness value of a5678e is 0.53.

The process color (four color CMYK) of #a5678e color hex is 0.00, 0.38, 0.14, 0.35. Web safe color of #a5678e is #996699. Color #a5678e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100111 10001110
Octal 245 147 216
Decimal 165 103 142
Hex A5 67 8E

RGB Percentages of Color #a5678e

%40.24
%25.12
%34.63

CMYK Percentages of Color #a5678e

%0
%38
%14
%35

Triadic Colors of #a5678e

#a5678e #8ea567 #678ea5

Analogous Colors of #a5678e

#a5678e #a5676f #9d67a5

Monochromatic Colors of #a5678e

#a5678e

Complementary Color

#a5678e #67a57e

#a5678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5678e Color CSS Codes

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

#a5678e Text Font Color

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

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


#a5678e Background Color

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

This div background color is #a5678e


#a5678e Border Color

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

This div border color is #a5678e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,103,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 #a5678e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5678e


Comments

No comments written yet.

Please login to write comment.