Color Hex Logo

#af92bd Color Hex

#AF92BD
(175,146,189)
0 Favorites   0 Comments

Color spaces of #af92bd

RGB 175146189
HSL0.780.250.66
HSV280°23°74°
CMYK 0.070.230.00   0.26
XYZ37.143433.345952.6228
Yxy33.34590.30170.2709
Hunter Lab57.745913.7597-13.6078
CIE-Lab64.440018.8294-18.2627

#af92bd color RGB value is (175,146,189).

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

The process color (four color CMYK) of #af92bd color hex is 0.07, 0.23, 0.00, 0.26. Web safe color of #af92bd is #9999cc. Color #af92bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 10111101
Octal 257 222 275
Decimal 175 146 189
Hex AF 92 BD

RGB Percentages of Color #af92bd

%34.31
%28.63
%37.06

CMYK Percentages of Color #af92bd

%7
%23
%0
%26

Triadic Colors of #af92bd

#af92bd #bdaf92 #92bdaf

Analogous Colors of #af92bd

#af92bd #bd92b6 #9a92bd

Monochromatic Colors of #af92bd

#af92bd

Complementary Color

#af92bd #a0bd92

#af92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af92bd Color CSS Codes

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

#af92bd Text Font Color

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

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


#af92bd Background Color

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

This div background color is #af92bd


#af92bd Border Color

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

This div border color is #af92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af92bd


Comments

No comments written yet.

Please login to write comment.