Color Hex Logo

#af77bb Color Hex

#AF77BB
(175,119,187)
0 Favorites   0 Comments

Color spaces of #af77bb

RGB 175119187
HSL0.800.330.60
HSV289°36°73°
CMYK 0.060.360.00   0.27
XYZ33.245725.895550.2598
Yxy25.89550.30390.2367
Hunter Lab50.887627.5636-22.9372
CIE-Lab57.937733.5946-27.0882

#af77bb color RGB value is (175,119,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 10111011
Octal 257 167 273
Decimal 175 119 187
Hex AF 77 BB

RGB Percentages of Color #af77bb

%36.38
%24.74
%38.88

CMYK Percentages of Color #af77bb

%6
%36
%0
%27

Triadic Colors of #af77bb

#af77bb #bbaf77 #77bbaf

Analogous Colors of #af77bb

#af77bb #bb77a5 #8d77bb

Monochromatic Colors of #af77bb

#af77bb

Complementary Color

#af77bb #83bb77

#af77bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af77bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af77bb Color CSS Codes

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

#af77bb Text Font Color

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

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


#af77bb Background Color

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

This div background color is #af77bb


#af77bb Border Color

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

This div border color is #af77bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af77bb


Comments

No comments written yet.

Please login to write comment.