Color Hex Logo

#b386ae Color Hex

#B386AE
(179,134,174)
0 Favorites   0 Comments

Color spaces of #b386ae

RGB 179134174
HSL0.850.230.61
HSV307°25°70°
CMYK 0.000.250.03   0.30
XYZ34.755529.689943.9433
Yxy29.68990.32070.2739
Hunter Lab54.488418.5016-9.6737
CIE-Lab61.385723.9866-14.3762

#b386ae color RGB value is (179,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 10101110
Octal 263 206 256
Decimal 179 134 174
Hex B3 86 AE

RGB Percentages of Color #b386ae

%36.76
%27.52
%35.73

CMYK Percentages of Color #b386ae

%0
%25
%3
%30

Triadic Colors of #b386ae

#b386ae #aeb386 #86aeb3

Analogous Colors of #b386ae

#b386ae #b38698 #a286b3

Monochromatic Colors of #b386ae

#b386ae

Complementary Color

#b386ae #86b38b

#b386ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b386ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b386ae Color CSS Codes

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

#b386ae Text Font Color

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

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


#b386ae Background Color

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

This div background color is #b386ae


#b386ae Border Color

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

This div border color is #b386ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,134,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b386ae


Comments

No comments written yet.

Please login to write comment.