Color Hex Logo

#a58693 Color Hex

#A58693
(165,134,147)
0 Favorites   0 Comments

Color spaces of #a58693

RGB 165134147
HSL0.930.150.59
HSV335°19°65°
CMYK 0.000.190.11   0.35
XYZ29.308627.156131.3007
Yxy27.15610.33390.3094
Hunter Lab52.11159.19700.8656
CIE-Lab59.118514.0100-2.4814

#a58693 color RGB value is (165,134,147).

#a58693 hex color red value is 165, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a58693 hue: 0.93 , saturation: 0.15 and the lightness value of a58693 is 0.59.

The process color (four color CMYK) of #a58693 color hex is 0.00, 0.19, 0.11, 0.35. Web safe color of #a58693 is #999999. Color #a58693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000110 10010011
Octal 245 206 223
Decimal 165 134 147
Hex A5 86 93

RGB Percentages of Color #a58693

%37.00
%30.04
%32.96

CMYK Percentages of Color #a58693

%0
%19
%11
%35

Triadic Colors of #a58693

#a58693 #93a586 #8693a5

Analogous Colors of #a58693

#a58693 #a58986 #a586a3

Monochromatic Colors of #a58693

#a58693

Complementary Color

#a58693 #86a598

#a58693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58693 Color CSS Codes

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

#a58693 Text Font Color

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

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


#a58693 Background Color

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

This div background color is #a58693


#a58693 Border Color

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

This div border color is #a58693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58693


Comments

No comments written yet.

Please login to write comment.