Color Hex Logo

#af92bf Color Hex

#AF92BF
(175,146,191)
0 Favorites   0 Comments

Color spaces of #af92bf

RGB 175146191
HSL0.770.260.66
HSV279°24°75°
CMYK 0.080.240.00   0.25
XYZ37.362133.433353.7743
Yxy33.43330.29990.2684
Hunter Lab57.821514.1523-14.6649
CIE-Lab64.510219.2428-19.2782

#af92bf color RGB value is (175,146,191).

#af92bf hex color red value is 175, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af92bf hue: 0.77 , saturation: 0.26 and the lightness value of af92bf is 0.66.

The process color (four color CMYK) of #af92bf color hex is 0.08, 0.24, 0.00, 0.25. Web safe color of #af92bf is #9999cc. Color #af92bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 10111111
Octal 257 222 277
Decimal 175 146 191
Hex AF 92 BF

RGB Percentages of Color #af92bf

%34.18
%28.52
%37.30

CMYK Percentages of Color #af92bf

%8
%24
%0
%25

Triadic Colors of #af92bf

#af92bf #bfaf92 #92bfaf

Analogous Colors of #af92bf

#af92bf #bf92b9 #9992bf

Monochromatic Colors of #af92bf

#af92bf

Complementary Color

#af92bf #a2bf92

#af92bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af92bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af92bf Color CSS Codes

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

#af92bf Text Font Color

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

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


#af92bf Background Color

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

This div background color is #af92bf


#af92bf Border Color

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

This div border color is #af92bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af92bf


Comments

No comments written yet.

Please login to write comment.