Color Hex Logo

#af626e Color Hex

#AF626E
(175,98,110)
0 Favorites   0 Comments

Color spaces of #af626e

RGB 17598110
HSL0.970.320.54
HSV351°44°69°
CMYK 0.000.440.37   0.31
XYZ24.861418.975117.1041
Yxy18.97510.40800.3114
Hunter Lab43.560425.64527.2119
CIE-Lab50.658132.44687.0140

#af626e color RGB value is (175,98,110).

#af626e hex color red value is 175, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af626e hue: 0.97 , saturation: 0.32 and the lightness value of af626e is 0.54.

The process color (four color CMYK) of #af626e color hex is 0.00, 0.44, 0.37, 0.31. Web safe color of #af626e is #996666. Color #af626e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 01101110
Octal 257 142 156
Decimal 175 98 110
Hex AF 62 6E

RGB Percentages of Color #af626e

%45.69
%25.59
%28.72

CMYK Percentages of Color #af626e

%0
%44
%37
%31

Triadic Colors of #af626e

#af626e #6eaf62 #626eaf

Analogous Colors of #af626e

#af626e #af7d62 #af6295

Monochromatic Colors of #af626e

#af626e

Complementary Color

#af626e #62afa3

#af626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af626e Color CSS Codes

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

#af626e Text Font Color

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

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


#af626e Background Color

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

This div background color is #af626e


#af626e Border Color

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

This div border color is #af626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af626e

#af626e Color Palettes


Comments

No comments written yet.

Please login to write comment.