Color Hex Logo

#af909e Color Hex

#AF909E
(175,144,158)
0 Favorites   0 Comments

Color spaces of #af909e

RGB 175144158
HSL0.920.160.63
HSV333°18°69°
CMYK 0.000.180.10   0.31
XYZ33.824031.529136.6508
Yxy31.52910.33160.3091
Hunter Lab56.15089.26060.6057
CIE-Lab62.951814.0133-3.0010

#af909e color RGB value is (175,144,158).

#af909e hex color red value is 175, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af909e hue: 0.92 , saturation: 0.16 and the lightness value of af909e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 10011110
Octal 257 220 236
Decimal 175 144 158
Hex AF 90 9E

RGB Percentages of Color #af909e

%36.69
%30.19
%33.12

CMYK Percentages of Color #af909e

%0
%18
%10
%31

Triadic Colors of #af909e

#af909e #9eaf90 #909eaf

Analogous Colors of #af909e

#af909e #af9290 #af90ae

Monochromatic Colors of #af909e

#af909e

Complementary Color

#af909e #90afa1

#af909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af909e Color CSS Codes

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

#af909e Text Font Color

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

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


#af909e Background Color

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

This div background color is #af909e


#af909e Border Color

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

This div border color is #af909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,144,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 #af909e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af909e


Comments

No comments written yet.

Please login to write comment.