Color Hex Logo

#af79bb Color Hex

#AF79BB
(175,121,187)
0 Favorites   0 Comments

Color spaces of #af79bb

RGB 175121187
HSL0.800.330.60
HSV289°35°73°
CMYK 0.060.350.00   0.27
XYZ33.486226.376650.3400
Yxy26.37660.30390.2393
Hunter Lab51.358226.5076-22.1639
CIE-Lab58.392832.4805-26.3858

#af79bb color RGB value is (175,121,187).

#af79bb hex color red value is 175, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af79bb hue: 0.80 , saturation: 0.33 and the lightness value of af79bb is 0.60.

The process color (four color CMYK) of #af79bb color hex is 0.06, 0.35, 0.00, 0.27. Web safe color of #af79bb is #9966cc. Color #af79bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 10111011
Octal 257 171 273
Decimal 175 121 187
Hex AF 79 BB

RGB Percentages of Color #af79bb

%36.23
%25.05
%38.72

CMYK Percentages of Color #af79bb

%6
%35
%0
%27

Triadic Colors of #af79bb

#af79bb #bbaf79 #79bbaf

Analogous Colors of #af79bb

#af79bb #bb79a6 #8e79bb

Monochromatic Colors of #af79bb

#af79bb

Complementary Color

#af79bb #85bb79

#af79bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af79bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af79bb Color CSS Codes

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

#af79bb Text Font Color

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

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


#af79bb Background Color

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

This div background color is #af79bb


#af79bb Border Color

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

This div border color is #af79bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af79bb


Comments

No comments written yet.

Please login to write comment.