Color Hex Logo

#af8bdf Color Hex

#AF8BDF
(175,139,223)
0 Favorites   0 Comments

Color spaces of #af8bdf

RGB 175139223
HSL0.740.570.71
HSV266°38°87°
CMYK 0.220.380.00   0.13
XYZ40.231132.906974.0433
Yxy32.90690.27330.2236
Hunter Lab57.364524.7983-36.3734
CIE-Lab64.085530.2187-37.7971

#af8bdf color RGB value is (175,139,223).

#af8bdf hex color red value is 175, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af8bdf hue: 0.74 , saturation: 0.57 and the lightness value of af8bdf is 0.71.

The process color (four color CMYK) of #af8bdf color hex is 0.22, 0.38, 0.00, 0.13. Web safe color of #af8bdf is #9999cc. Color #af8bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 11011111
Octal 257 213 337
Decimal 175 139 223
Hex AF 8B DF

RGB Percentages of Color #af8bdf

%32.59
%25.88
%41.53

CMYK Percentages of Color #af8bdf

%22
%38
%0
%13

Triadic Colors of #af8bdf

#af8bdf #dfaf8b #8bdfaf

Analogous Colors of #af8bdf

#af8bdf #d98bdf #8b91df

Monochromatic Colors of #af8bdf

#af8bdf

Complementary Color

#af8bdf #bbdf8b

#af8bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8bdf Color CSS Codes

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

#af8bdf Text Font Color

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

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


#af8bdf Background Color

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

This div background color is #af8bdf


#af8bdf Border Color

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

This div border color is #af8bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8bdf


Comments

No comments written yet.

Please login to write comment.