Color Hex Logo

#af81bd Color Hex

#AF81BD
(175,129,189)
0 Favorites   0 Comments

Color spaces of #af81bd

RGB 175129189
HSL0.790.310.62
HSV286°32°74°
CMYK 0.070.320.00   0.26
XYZ34.714828.488651.8133
Yxy28.48860.30180.2477
Hunter Lab53.374722.6903-20.1932
CIE-Lab60.327628.4079-24.5441

#af81bd color RGB value is (175,129,189).

#af81bd hex color red value is 175, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af81bd hue: 0.79 , saturation: 0.31 and the lightness value of af81bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 10111101
Octal 257 201 275
Decimal 175 129 189
Hex AF 81 BD

RGB Percentages of Color #af81bd

%35.50
%26.17
%38.34

CMYK Percentages of Color #af81bd

%7
%32
%0
%26

Triadic Colors of #af81bd

#af81bd #bdaf81 #81bdaf

Analogous Colors of #af81bd

#af81bd #bd81ad #9181bd

Monochromatic Colors of #af81bd

#af81bd

Complementary Color

#af81bd #8fbd81

#af81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af81bd Color CSS Codes

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

#af81bd Text Font Color

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

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


#af81bd Background Color

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

This div background color is #af81bd


#af81bd Border Color

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

This div border color is #af81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af81bd


Comments

No comments written yet.

Please login to write comment.