Color Hex Logo

#af8fbf Color Hex

#AF8FBF
(175,143,191)
0 Favorites   0 Comments

Color spaces of #af8fbf

RGB 175143191
HSL0.780.270.65
HSV280°25°75°
CMYK 0.080.250.00   0.25
XYZ36.905632.520553.6222
Yxy32.52050.29990.2643
Hunter Lab57.026715.7218-15.8316
CIE-Lab63.770820.9323-20.4040

#af8fbf color RGB value is (175,143,191).

#af8fbf hex color red value is 175, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af8fbf hue: 0.78 , saturation: 0.27 and the lightness value of af8fbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001111 10111111
Octal 257 217 277
Decimal 175 143 191
Hex AF 8F BF

RGB Percentages of Color #af8fbf

%34.38
%28.09
%37.52

CMYK Percentages of Color #af8fbf

%8
%25
%0
%25

Triadic Colors of #af8fbf

#af8fbf #bfaf8f #8fbfaf

Analogous Colors of #af8fbf

#af8fbf #bf8fb7 #978fbf

Monochromatic Colors of #af8fbf

#af8fbf

Complementary Color

#af8fbf #9fbf8f

#af8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8fbf Color CSS Codes

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

#af8fbf Text Font Color

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

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


#af8fbf Background Color

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

This div background color is #af8fbf


#af8fbf Border Color

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

This div border color is #af8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8fbf


Comments

No comments written yet.

Please login to write comment.