Color Hex Logo

#b388ac Color Hex

#B388AC
(179,136,172)
0 Favorites   0 Comments

Color spaces of #b388ac

RGB 179136172
HSL0.860.220.62
HSV310°24°70°
CMYK 0.000.240.04   0.30
XYZ34.841030.170643.0169
Yxy30.17060.32250.2793
Hunter Lab54.927817.1000-7.9838
CIE-Lab61.801122.4890-12.6140

#b388ac color RGB value is (179,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 10101100
Octal 263 210 254
Decimal 179 136 172
Hex B3 88 AC

RGB Percentages of Color #b388ac

%36.76
%27.93
%35.32

CMYK Percentages of Color #b388ac

%0
%24
%4
%30

Triadic Colors of #b388ac

#b388ac #acb388 #88acb3

Analogous Colors of #b388ac

#b388ac #b38897 #a588b3

Monochromatic Colors of #b388ac

#b388ac

Complementary Color

#b388ac #88b38f

#b388ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388ac Color CSS Codes

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

#b388ac Text Font Color

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

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


#b388ac Background Color

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

This div background color is #b388ac


#b388ac Border Color

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

This div border color is #b388ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388ac


Comments

No comments written yet.

Please login to write comment.