Color Hex Logo

#b387ac Color Hex

#B387AC
(179,135,172)
0 Favorites   0 Comments

Color spaces of #b387ac

RGB 179135172
HSL0.860.220.62
HSV310°25°70°
CMYK 0.000.250.04   0.30
XYZ34.700829.890242.9702
Yxy29.89020.32260.2779
Hunter Lab54.671917.6198-8.3295
CIE-Lab61.559423.0505-12.9777

#b387ac color RGB value is (179,135,172).

#b387ac hex color red value is 179, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b387ac hue: 0.86 , saturation: 0.22 and the lightness value of b387ac is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 10101100
Octal 263 207 254
Decimal 179 135 172
Hex B3 87 AC

RGB Percentages of Color #b387ac

%36.83
%27.78
%35.39

CMYK Percentages of Color #b387ac

%0
%25
%4
%30

Triadic Colors of #b387ac

#b387ac #acb387 #87acb3

Analogous Colors of #b387ac

#b387ac #b38796 #a487b3

Monochromatic Colors of #b387ac

#b387ac

Complementary Color

#b387ac #87b38e

#b387ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b387ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b387ac Color CSS Codes

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

#b387ac Text Font Color

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

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


#b387ac Background Color

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

This div background color is #b387ac


#b387ac Border Color

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

This div border color is #b387ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b387ac


Comments

No comments written yet.

Please login to write comment.