Color Hex Logo

#af92ae Color Hex

#AF92AE
(175,146,174)
1 Favorites   0 Comments

Color spaces of #af92ae

RGB 175146174
HSL0.840.150.63
HSV302°17°69°
CMYK 0.000.170.01   0.31
XYZ35.598132.727744.4853
Yxy32.72770.31560.2901
Hunter Lab57.208110.9585-6.0585
CIE-Lab63.939815.8440-10.5778

#af92ae color RGB value is (175,146,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 10101110
Octal 257 222 256
Decimal 175 146 174
Hex AF 92 AE

RGB Percentages of Color #af92ae

%35.35
%29.49
%35.15

CMYK Percentages of Color #af92ae

%0
%17
%1
%31

Triadic Colors of #af92ae

#af92ae #aeaf92 #92aeaf

Analogous Colors of #af92ae

#af92ae #af92a0 #a292af

Monochromatic Colors of #af92ae

#af92ae

Complementary Color

#af92ae #92af93

#af92ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af92ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af92ae Color CSS Codes

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

#af92ae Text Font Color

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

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


#af92ae Background Color

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

This div background color is #af92ae


#af92ae Border Color

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

This div border color is #af92ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af92ae


Comments

No comments written yet.

Please login to write comment.