Color Hex Logo

#af7fae Color Hex

#AF7FAE
(175,127,174)
0 Favorites   0 Comments

Color spaces of #af7fae

RGB 175127174
HSL0.840.230.59
HSV301°27°69°
CMYK 0.000.270.01   0.31
XYZ32.908527.348743.5888
Yxy27.34870.31690.2634
Hunter Lab52.296020.8074-12.8111
CIE-Lab59.295726.5461-17.5812

#af7fae color RGB value is (175,127,174).

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

The process color (four color CMYK) of #af7fae color hex is 0.00, 0.27, 0.01, 0.31. Web safe color of #af7fae is #996699. Color #af7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 10101110
Octal 257 177 256
Decimal 175 127 174
Hex AF 7F AE

RGB Percentages of Color #af7fae

%36.76
%26.68
%36.55

CMYK Percentages of Color #af7fae

%0
%27
%1
%31

Triadic Colors of #af7fae

#af7fae #aeaf7f #7faeaf

Analogous Colors of #af7fae

#af7fae #af7f96 #987faf

Monochromatic Colors of #af7fae

#af7fae

Complementary Color

#af7fae #7faf80

#af7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7fae Color CSS Codes

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

#af7fae Text Font Color

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

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


#af7fae Background Color

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

This div background color is #af7fae


#af7fae Border Color

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

This div border color is #af7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7fae


Comments

No comments written yet.

Please login to write comment.