Color Hex Logo

#a5678b Color Hex

#A5678B
(165,103,139)
0 Favorites   0 Comments

Color spaces of #a5678b

RGB 165103139
HSL0.900.260.53
HSV325°38°65°
CMYK 0.000.380.16   0.35
XYZ25.027519.563926.8832
Yxy19.56390.35020.2737
Hunter Lab44.231123.5971-5.0741
CIE-Lab51.340530.2158-9.3648

#a5678b color RGB value is (165,103,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100111 10001011
Octal 245 147 213
Decimal 165 103 139
Hex A5 67 8B

RGB Percentages of Color #a5678b

%40.54
%25.31
%34.15

CMYK Percentages of Color #a5678b

%0
%38
%16
%35

Triadic Colors of #a5678b

#a5678b #8ba567 #678ba5

Analogous Colors of #a5678b

#a5678b #a5676c #a067a5

Monochromatic Colors of #a5678b

#a5678b

Complementary Color

#a5678b #67a581

#a5678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5678b Color CSS Codes

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

#a5678b Text Font Color

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

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


#a5678b Background Color

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

This div background color is #a5678b


#a5678b Border Color

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

This div border color is #a5678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5678b


Comments

No comments written yet.

Please login to write comment.