Color Hex Logo

#af91bb Color Hex

#AF91BB
(175,145,187)
0 Favorites   0 Comments

Color spaces of #af91bb

RGB 175145187
HSL0.790.240.65
HSV283°22°73°
CMYK 0.060.220.00   0.27
XYZ36.774232.952651.4360
Yxy32.95260.30350.2720
Hunter Lab57.404413.8925-12.9425
CIE-Lab64.122518.9827-17.6212

#af91bb color RGB value is (175,145,187).

#af91bb hex color red value is 175, green value is 145 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af91bb hue: 0.79 , saturation: 0.24 and the lightness value of af91bb is 0.65.

The process color (four color CMYK) of #af91bb color hex is 0.06, 0.22, 0.00, 0.27. Web safe color of #af91bb is #9999cc. Color #af91bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 10111011
Octal 257 221 273
Decimal 175 145 187
Hex AF 91 BB

RGB Percentages of Color #af91bb

%34.52
%28.60
%36.88

CMYK Percentages of Color #af91bb

%6
%22
%0
%27

Triadic Colors of #af91bb

#af91bb #bbaf91 #91bbaf

Analogous Colors of #af91bb

#af91bb #bb91b2 #9a91bb

Monochromatic Colors of #af91bb

#af91bb

Complementary Color

#af91bb #9dbb91

#af91bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af91bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af91bb Color CSS Codes

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

#af91bb Text Font Color

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

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


#af91bb Background Color

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

This div background color is #af91bb


#af91bb Border Color

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

This div border color is #af91bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af91bb


Comments

No comments written yet.

Please login to write comment.