Color Hex Logo

#af8fbc Color Hex

#AF8FBC
(175,143,188)
0 Favorites   0 Comments

Color spaces of #af8fbc

RGB 175143188
HSL0.790.250.65
HSV283°24°74°
CMYK 0.070.240.00   0.26
XYZ36.578832.389751.9009
Yxy32.38970.30260.2680
Hunter Lab56.911915.1307-14.2312
CIE-Lab63.663720.3141-18.8802

#af8fbc color RGB value is (175,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001111 10111100
Octal 257 217 274
Decimal 175 143 188
Hex AF 8F BC

RGB Percentages of Color #af8fbc

%34.58
%28.26
%37.15

CMYK Percentages of Color #af8fbc

%7
%24
%0
%26

Triadic Colors of #af8fbc

#af8fbc #bcaf8f #8fbcaf

Analogous Colors of #af8fbc

#af8fbc #bc8fb3 #998fbc

Monochromatic Colors of #af8fbc

#af8fbc

Complementary Color

#af8fbc #9cbc8f

#af8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8fbc Color CSS Codes

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

#af8fbc Text Font Color

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

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


#af8fbc Background Color

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

This div background color is #af8fbc


#af8fbc Border Color

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

This div border color is #af8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8fbc


Comments

No comments written yet.

Please login to write comment.