Color Hex Logo

#af6bac Color Hex

#AF6BAC
(175,107,172)
0 Favorites   0 Comments

Color spaces of #af6bac

RGB 175107172
HSL0.840.300.55
HSV303°39°69°
CMYK 0.000.390.02   0.31
XYZ30.383322.607941.7921
Yxy22.60790.32060.2385
Hunter Lab47.547830.8540-18.8295
CIE-Lab54.666137.2807-23.5095

#af6bac color RGB value is (175,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101011 10101100
Octal 257 153 254
Decimal 175 107 172
Hex AF 6B AC

RGB Percentages of Color #af6bac

%38.55
%23.57
%37.89

CMYK Percentages of Color #af6bac

%0
%39
%2
%31

Triadic Colors of #af6bac

#af6bac #acaf6b #6bacaf

Analogous Colors of #af6bac

#af6bac #af6b8a #906baf

Monochromatic Colors of #af6bac

#af6bac

Complementary Color

#af6bac #6baf6e

#af6bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6bac Color CSS Codes

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

#af6bac Text Font Color

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

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


#af6bac Background Color

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

This div background color is #af6bac


#af6bac Border Color

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

This div border color is #af6bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6bac


Comments

No comments written yet.

Please login to write comment.