Color Hex Logo

#af859d Color Hex

#AF859D
(175,133,157)
0 Favorites   0 Comments

Color spaces of #af859d

RGB 175133157
HSL0.900.210.60
HSV326°24°69°
CMYK 0.000.240.10   0.31
XYZ32.152528.323335.6706
Yxy28.32330.33440.2946
Hunter Lab53.219614.7059-2.4855
CIE-Lab60.179720.0264-6.5290

#af859d color RGB value is (175,133,157).

#af859d hex color red value is 175, green value is 133 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af859d hue: 0.90 , saturation: 0.21 and the lightness value of af859d is 0.60.

The process color (four color CMYK) of #af859d color hex is 0.00, 0.24, 0.10, 0.31. Web safe color of #af859d is #999999. Color #af859d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10011101
Octal 257 205 235
Decimal 175 133 157
Hex AF 85 9D

RGB Percentages of Color #af859d

%37.63
%28.60
%33.76

CMYK Percentages of Color #af859d

%0
%24
%10
%31

Triadic Colors of #af859d

#af859d #9daf85 #859daf

Analogous Colors of #af859d

#af859d #af8588 #ac85af

Monochromatic Colors of #af859d

#af859d

Complementary Color

#af859d #85af97

#af859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af859d Color CSS Codes

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

#af859d Text Font Color

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

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


#af859d Background Color

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

This div background color is #af859d


#af859d Border Color

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

This div border color is #af859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af859d


Comments

No comments written yet.

Please login to write comment.