Color Hex Logo

#b28eac Color Hex

#B28EAC
(178,142,172)
0 Favorites   0 Comments

Color spaces of #b28eac

RGB 178142172
HSL0.860.190.63
HSV310°20°70°
CMYK 0.000.200.03   0.30
XYZ35.479531.789543.2957
Yxy31.78950.32090.2875
Hunter Lab56.382213.6555-6.0611
CIE-Lab63.168518.7678-10.5728

#b28eac color RGB value is (178,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 10101100
Octal 262 216 254
Decimal 178 142 172
Hex B2 8E AC

RGB Percentages of Color #b28eac

%36.18
%28.86
%34.96

CMYK Percentages of Color #b28eac

%0
%20
%3
%30

Triadic Colors of #b28eac

#b28eac #acb28e #8eacb2

Analogous Colors of #b28eac

#b28eac #b28e9a #a68eb2

Monochromatic Colors of #b28eac

#b28eac

Complementary Color

#b28eac #8eb294

#b28eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28eac Color CSS Codes

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

#b28eac Text Font Color

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

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


#b28eac Background Color

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

This div background color is #b28eac


#b28eac Border Color

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

This div border color is #b28eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28eac


Comments

No comments written yet.

Please login to write comment.