Color Hex Logo

#a58fb0 Color Hex

#A58FB0
(165,143,176)
0 Favorites   0 Comments

Color spaces of #a58fb0

RGB 165143176
HSL0.780.170.63
HSV280°19°69°
CMYK 0.060.190.00   0.31
XYZ33.176030.778845.2666
Yxy30.77880.30370.2818
Hunter Lab55.47869.6546-9.5413
CIE-Lab62.320514.4571-14.2336

#a58fb0 color RGB value is (165,143,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 10110000
Octal 245 217 260
Decimal 165 143 176
Hex A5 8F B0

RGB Percentages of Color #a58fb0

%34.09
%29.55
%36.36

CMYK Percentages of Color #a58fb0

%6
%19
%0
%31

Triadic Colors of #a58fb0

#a58fb0 #b0a58f #8fb0a5

Analogous Colors of #a58fb0

#a58fb0 #b08fab #958fb0

Monochromatic Colors of #a58fb0

#a58fb0

Complementary Color

#a58fb0 #9ab08f

#a58fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58fb0 Color CSS Codes

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

#a58fb0 Text Font Color

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

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


#a58fb0 Background Color

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

This div background color is #a58fb0


#a58fb0 Border Color

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

This div border color is #a58fb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58fb0


Comments

No comments written yet.

Please login to write comment.