Color Hex Logo

#b08fad Color Hex

#B08FAD
(176,143,173)
0 Favorites   0 Comments

Color spaces of #b08fad

RGB 176143173
HSL0.850.170.63
HSV305°19°69°
CMYK 0.000.190.02   0.31
XYZ35.269831.892243.8320
Yxy31.89220.31780.2873
Hunter Lab56.473212.6525-6.4871
CIE-Lab63.253717.6901-11.0307

#b08fad color RGB value is (176,143,173).

#b08fad hex color red value is 176, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b08fad hue: 0.85 , saturation: 0.17 and the lightness value of b08fad is 0.63.

The process color (four color CMYK) of #b08fad color hex is 0.00, 0.19, 0.02, 0.31. Web safe color of #b08fad is #999999. Color #b08fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 10101101
Octal 260 217 255
Decimal 176 143 173
Hex B0 8F AD

RGB Percentages of Color #b08fad

%35.77
%29.07
%35.16

CMYK Percentages of Color #b08fad

%0
%19
%2
%31

Triadic Colors of #b08fad

#b08fad #adb08f #8fadb0

Analogous Colors of #b08fad

#b08fad #b08f9d #a38fb0

Monochromatic Colors of #b08fad

#b08fad

Complementary Color

#b08fad #8fb092

#b08fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08fad Color CSS Codes

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

#b08fad Text Font Color

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

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


#b08fad Background Color

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

This div background color is #b08fad


#b08fad Border Color

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

This div border color is #b08fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08fad


Comments

No comments written yet.

Please login to write comment.