Color Hex Logo

#af669a Color Hex

#AF669A
(175,102,154)
0 Favorites   0 Comments

Color spaces of #af669a

RGB 175102154
HSL0.880.310.54
HSV317°42°69°
CMYK 0.000.420.12   0.31
XYZ28.263320.949833.1259
Yxy20.94980.34330.2544
Hunter Lab45.771030.1236-10.8704
CIE-Lab52.894536.7731-15.7299

#af669a color RGB value is (175,102,154).

#af669a hex color red value is 175, green value is 102 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af669a hue: 0.88 , saturation: 0.31 and the lightness value of af669a is 0.54.

The process color (four color CMYK) of #af669a color hex is 0.00, 0.42, 0.12, 0.31. Web safe color of #af669a is #996699. Color #af669a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 10011010
Octal 257 146 232
Decimal 175 102 154
Hex AF 66 9A

RGB Percentages of Color #af669a

%40.60
%23.67
%35.73

CMYK Percentages of Color #af669a

%0
%42
%12
%31

Triadic Colors of #af669a

#af669a #9aaf66 #669aaf

Analogous Colors of #af669a

#af669a #af6676 #a066af

Monochromatic Colors of #af669a

#af669a

Complementary Color

#af669a #66af7b

#af669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af669a Color CSS Codes

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

#af669a Text Font Color

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

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


#af669a Background Color

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

This div background color is #af669a


#af669a Border Color

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

This div border color is #af669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af669a


Comments

No comments written yet.

Please login to write comment.