Color Hex Logo

#b287ac Color Hex

#B287AC
(178,135,172)
0 Favorites   0 Comments

Color spaces of #b287ac

RGB 178135172
HSL0.860.220.61
HSV308°24°70°
CMYK 0.000.240.03   0.30
XYZ34.470529.771542.9594
Yxy29.77150.32150.2777
Hunter Lab54.563317.2822-8.4866
CIE-Lab61.456622.7013-13.1427

#b287ac color RGB value is (178,135,172).

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

The process color (four color CMYK) of #b287ac color hex is 0.00, 0.24, 0.03, 0.30. Web safe color of #b287ac is #999999. Color #b287ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 10101100
Octal 262 207 254
Decimal 178 135 172
Hex B2 87 AC

RGB Percentages of Color #b287ac

%36.70
%27.84
%35.46

CMYK Percentages of Color #b287ac

%0
%24
%3
%30

Triadic Colors of #b287ac

#b287ac #acb287 #87acb2

Analogous Colors of #b287ac

#b287ac #b28797 #a387b2

Monochromatic Colors of #b287ac

#b287ac

Complementary Color

#b287ac #87b28d

#b287ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b287ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b287ac Color CSS Codes

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

#b287ac Text Font Color

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

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


#b287ac Background Color

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

This div background color is #b287ac


#b287ac Border Color

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

This div border color is #b287ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b287ac


Comments

No comments written yet.

Please login to write comment.