Color Hex Logo

#af859e Color Hex

#AF859E
(175,133,158)
0 Favorites   0 Comments

Color spaces of #af859e

RGB 175133158
HSL0.900.210.60
HSV324°24°69°
CMYK 0.000.240.10   0.31
XYZ32.238328.357636.1222
Yxy28.35760.33330.2932
Hunter Lab53.251914.8719-2.9417
CIE-Lab60.210420.2035-7.0554

#af859e color RGB value is (175,133,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10011110
Octal 257 205 236
Decimal 175 133 158
Hex AF 85 9E

RGB Percentages of Color #af859e

%37.55
%28.54
%33.91

CMYK Percentages of Color #af859e

%0
%24
%10
%31

Triadic Colors of #af859e

#af859e #9eaf85 #859eaf

Analogous Colors of #af859e

#af859e #af8589 #ab85af

Monochromatic Colors of #af859e

#af859e

Complementary Color

#af859e #85af96

#af859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af859e Color CSS Codes

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

#af859e Text Font Color

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

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


#af859e Background Color

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

This div background color is #af859e


#af859e Border Color

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

This div border color is #af859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af859e


Comments

No comments written yet.

Please login to write comment.