Color Hex Logo

#a58eaf Color Hex

#A58EAF
(165,142,175)
0 Favorites   0 Comments

Color spaces of #a58eaf

RGB 165142175
HSL0.780.170.62
HSV282°19°69°
CMYK 0.060.190.00   0.31
XYZ32.927930.440544.6976
Yxy30.44050.30470.2817
Hunter Lab55.17299.9785-9.4120
CIE-Lab62.032514.8188-14.1021

#a58eaf color RGB value is (165,142,175).

#a58eaf hex color red value is 165, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a58eaf hue: 0.78 , saturation: 0.17 and the lightness value of a58eaf is 0.62.

The process color (four color CMYK) of #a58eaf color hex is 0.06, 0.19, 0.00, 0.31. Web safe color of #a58eaf is #999999. Color #a58eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 10101111
Octal 245 216 257
Decimal 165 142 175
Hex A5 8E AF

RGB Percentages of Color #a58eaf

%34.23
%29.46
%36.31

CMYK Percentages of Color #a58eaf

%6
%19
%0
%31

Triadic Colors of #a58eaf

#a58eaf #afa58e #8eafa5

Analogous Colors of #a58eaf

#a58eaf #af8ea9 #958eaf

Monochromatic Colors of #a58eaf

#a58eaf

Complementary Color

#a58eaf #98af8e

#a58eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58eaf Color CSS Codes

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

#a58eaf Text Font Color

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

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


#a58eaf Background Color

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

This div background color is #a58eaf


#a58eaf Border Color

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

This div border color is #a58eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58eaf


Comments

No comments written yet.

Please login to write comment.