Color Hex Logo

#b69fad Color Hex

#B69FAD
(182,159,173)
0 Favorites   0 Comments

Color spaces of #b69fad

RGB 182159173
HSL0.900.140.67
HSV323°13°71°
CMYK 0.000.130.05   0.29
XYZ39.232437.758544.7555
Yxy37.75850.32220.3101
Hunter Lab61.44796.4322-0.1702
CIE-Lab67.842210.8931-4.1494

#b69fad color RGB value is (182,159,173).

#b69fad hex color red value is 182, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b69fad hue: 0.90 , saturation: 0.14 and the lightness value of b69fad is 0.67.

The process color (four color CMYK) of #b69fad color hex is 0.00, 0.13, 0.05, 0.29. Web safe color of #b69fad is #cc9999. Color #b69fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011111 10101101
Octal 266 237 255
Decimal 182 159 173
Hex B6 9F AD

RGB Percentages of Color #b69fad

%35.41
%30.93
%33.66

CMYK Percentages of Color #b69fad

%0
%13
%5
%29

Triadic Colors of #b69fad

#b69fad #adb69f #9fadb6

Analogous Colors of #b69fad

#b69fad #b69fa2 #b49fb6

Monochromatic Colors of #b69fad

#b69fad

Complementary Color

#b69fad #9fb6a8

#b69fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69fad Color CSS Codes

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

#b69fad Text Font Color

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

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


#b69fad Background Color

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

This div background color is #b69fad


#b69fad Border Color

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

This div border color is #b69fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69fad


Comments

No comments written yet.

Please login to write comment.