Color Hex Logo

#af69ab Color Hex

#AF69AB
(175,105,171)
0 Favorites   0 Comments

Color spaces of #af69ab

RGB 175105171
HSL0.840.300.55
HSV303°40°69°
CMYK 0.000.400.02   0.31
XYZ30.081522.157441.2194
Yxy22.15740.32190.2371
Hunter Lab47.071631.6964-18.9685
CIE-Lab54.193638.1818-23.6572

#af69ab color RGB value is (175,105,171).

#af69ab hex color red value is 175, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af69ab hue: 0.84 , saturation: 0.30 and the lightness value of af69ab is 0.55.

The process color (four color CMYK) of #af69ab color hex is 0.00, 0.40, 0.02, 0.31. Web safe color of #af69ab is #996699. Color #af69ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 10101011
Octal 257 151 253
Decimal 175 105 171
Hex AF 69 AB

RGB Percentages of Color #af69ab

%38.80
%23.28
%37.92

CMYK Percentages of Color #af69ab

%0
%40
%2
%31

Triadic Colors of #af69ab

#af69ab #abaf69 #69abaf

Analogous Colors of #af69ab

#af69ab #af6988 #9069af

Monochromatic Colors of #af69ab

#af69ab

Complementary Color

#af69ab #69af6d

#af69ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af69ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af69ab Color CSS Codes

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

#af69ab Text Font Color

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

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


#af69ab Background Color

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

This div background color is #af69ab


#af69ab Border Color

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

This div border color is #af69ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af69ab


Comments

No comments written yet.

Please login to write comment.