Color Hex Logo

#b386ad Color Hex

#B386AD
(179,134,173)
0 Favorites   0 Comments

Color spaces of #b386ad

RGB 179134173
HSL0.860.230.61
HSV308°25°70°
CMYK 0.000.250.03   0.30
XYZ34.658329.651043.4317
Yxy29.65100.32170.2752
Hunter Lab54.452718.3201-9.1730
CIE-Lab61.351923.7987-13.8587

#b386ad color RGB value is (179,134,173).

#b386ad hex color red value is 179, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b386ad hue: 0.86 , saturation: 0.23 and the lightness value of b386ad is 0.61.

The process color (four color CMYK) of #b386ad color hex is 0.00, 0.25, 0.03, 0.30. Web safe color of #b386ad is #cc9999. Color #b386ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 10101101
Octal 263 206 255
Decimal 179 134 173
Hex B3 86 AD

RGB Percentages of Color #b386ad

%36.83
%27.57
%35.60

CMYK Percentages of Color #b386ad

%0
%25
%3
%30

Triadic Colors of #b386ad

#b386ad #adb386 #86adb3

Analogous Colors of #b386ad

#b386ad #b38697 #a386b3

Monochromatic Colors of #b386ad

#b386ad

Complementary Color

#b386ad #86b38c

#b386ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b386ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b386ad Color CSS Codes

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

#b386ad Text Font Color

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

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


#b386ad Background Color

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

This div background color is #b386ad


#b386ad Border Color

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

This div border color is #b386ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b386ad


Comments

No comments written yet.

Please login to write comment.