Color Hex Logo

#af8dbf Color Hex

#AF8DBF
(175,141,191)
0 Favorites   0 Comments

Color spaces of #af8dbf

RGB 175141191
HSL0.780.280.65
HSV281°26°75°
CMYK 0.080.260.00   0.25
XYZ36.608031.925353.5230
Yxy31.92530.29990.2616
Hunter Lab56.502516.7710-16.6118
CIE-Lab63.281122.0598-21.1508

#af8dbf color RGB value is (175,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001101 10111111
Octal 257 215 277
Decimal 175 141 191
Hex AF 8D BF

RGB Percentages of Color #af8dbf

%34.52
%27.81
%37.67

CMYK Percentages of Color #af8dbf

%8
%26
%0
%25

Triadic Colors of #af8dbf

#af8dbf #bfaf8d #8dbfaf

Analogous Colors of #af8dbf

#af8dbf #bf8db6 #968dbf

Monochromatic Colors of #af8dbf

#af8dbf

Complementary Color

#af8dbf #9dbf8d

#af8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8dbf Color CSS Codes

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

#af8dbf Text Font Color

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

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


#af8dbf Background Color

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

This div background color is #af8dbf


#af8dbf Border Color

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

This div border color is #af8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8dbf


Comments

No comments written yet.

Please login to write comment.