Color Hex Logo

#b69dad Color Hex

#B69DAD
(182,157,173)
0 Favorites   0 Comments

Color spaces of #b69dad

RGB 182157173
HSL0.890.150.66
HSV322°14°71°
CMYK 0.000.140.05   0.29
XYZ38.891237.076244.6418
Yxy37.07620.32250.3074
Hunter Lab60.89027.4518-0.8454
CIE-Lab67.334212.0008-4.8993

#b69dad color RGB value is (182,157,173).

#b69dad hex color red value is 182, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b69dad hue: 0.89 , saturation: 0.15 and the lightness value of b69dad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10101101
Octal 266 235 255
Decimal 182 157 173
Hex B6 9D AD

RGB Percentages of Color #b69dad

%35.55
%30.66
%33.79

CMYK Percentages of Color #b69dad

%0
%14
%5
%29

Triadic Colors of #b69dad

#b69dad #adb69d #9dadb6

Analogous Colors of #b69dad

#b69dad #b69da1 #b39db6

Monochromatic Colors of #b69dad

#b69dad

Complementary Color

#b69dad #9db6a6

#b69dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dad Color CSS Codes

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

#b69dad Text Font Color

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

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


#b69dad Background Color

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

This div background color is #b69dad


#b69dad Border Color

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

This div border color is #b69dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dad


Comments

No comments written yet.

Please login to write comment.