Color Hex Logo

#a59fcb Color Hex

#A59FCB
(165,159,203)
0 Favorites   0 Comments

Color spaces of #a59fcb

RGB 165159203
HSL0.690.300.71
HSV248°22°80°
CMYK 0.190.220.00   0.20
XYZ38.694737.107461.6229
Yxy37.10740.28160.2700
Hunter Lab60.91586.7833-17.3371
CIE-Lab67.357511.2738-21.7138

#a59fcb color RGB value is (165,159,203).

#a59fcb hex color red value is 165, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a59fcb hue: 0.69 , saturation: 0.30 and the lightness value of a59fcb is 0.71.

The process color (four color CMYK) of #a59fcb color hex is 0.19, 0.22, 0.00, 0.20. Web safe color of #a59fcb is #9999cc. Color #a59fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011111 11001011
Octal 245 237 313
Decimal 165 159 203
Hex A5 9F CB

RGB Percentages of Color #a59fcb

%31.31
%30.17
%38.52

CMYK Percentages of Color #a59fcb

%19
%22
%0
%20

Triadic Colors of #a59fcb

#a59fcb #cba59f #9fcba5

Analogous Colors of #a59fcb

#a59fcb #bb9fcb #9fafcb

Monochromatic Colors of #a59fcb

#a59fcb

Complementary Color

#a59fcb #c5cb9f

#a59fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59fcb Color CSS Codes

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

#a59fcb Text Font Color

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

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


#a59fcb Background Color

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

This div background color is #a59fcb


#a59fcb Border Color

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

This div border color is #a59fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59fcb


Comments

No comments written yet.

Please login to write comment.