Color Hex Logo

#af8aae Color Hex

#AF8AAE
(175,138,174)
0 Favorites   0 Comments

Color spaces of #af8aae

RGB 175138174
HSL0.840.190.61
HSV302°21°69°
CMYK 0.000.210.01   0.31
XYZ34.407730.346944.0885
Yxy30.34690.31610.2788
Hunter Lab55.088015.0862-8.8898
CIE-Lab61.952420.3475-13.5619

#af8aae color RGB value is (175,138,174).

#af8aae hex color red value is 175, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af8aae hue: 0.84 , saturation: 0.19 and the lightness value of af8aae is 0.61.

The process color (four color CMYK) of #af8aae color hex is 0.00, 0.21, 0.01, 0.31. Web safe color of #af8aae is #999999. Color #af8aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 10101110
Octal 257 212 256
Decimal 175 138 174
Hex AF 8A AE

RGB Percentages of Color #af8aae

%35.93
%28.34
%35.73

CMYK Percentages of Color #af8aae

%0
%21
%1
%31

Triadic Colors of #af8aae

#af8aae #aeaf8a #8aaeaf

Analogous Colors of #af8aae

#af8aae #af8a9c #9e8aaf

Monochromatic Colors of #af8aae

#af8aae

Complementary Color

#af8aae #8aaf8b

#af8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8aae Color CSS Codes

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

#af8aae Text Font Color

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

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


#af8aae Background Color

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

This div background color is #af8aae


#af8aae Border Color

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

This div border color is #af8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8aae


Comments

No comments written yet.

Please login to write comment.