Color Hex Logo

#af495e Color Hex

#AF495E
(175,73,94)
0 Favorites   0 Comments

Color spaces of #af495e

RGB 1757394
HSL0.970.410.49
HSV348°58°69°
CMYK 0.000.580.46   0.31
XYZ22.082114.687212.2607
Yxy14.68720.45040.2996
Hunter Lab38.323935.78437.8585
CIE-Lab45.202843.57158.9432

#af495e color RGB value is (175,73,94).

#af495e hex color red value is 175, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af495e hue: 0.97 , saturation: 0.41 and the lightness value of af495e is 0.49.

The process color (four color CMYK) of #af495e color hex is 0.00, 0.58, 0.46, 0.31. Web safe color of #af495e is #993366. Color #af495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 01011110
Octal 257 111 136
Decimal 175 73 94
Hex AF 49 5E

RGB Percentages of Color #af495e

%51.17
%21.35
%27.49

CMYK Percentages of Color #af495e

%0
%58
%46
%31

Triadic Colors of #af495e

#af495e #5eaf49 #495eaf

Analogous Colors of #af495e

#af495e #af6749 #af4991

Monochromatic Colors of #af495e

#af495e

Complementary Color

#af495e #49af9a

#af495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af495e Color CSS Codes

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

#af495e Text Font Color

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

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


#af495e Background Color

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

This div background color is #af495e


#af495e Border Color

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

This div border color is #af495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af495e


Comments

No comments written yet.

Please login to write comment.