Color Hex Logo

#b28eab Color Hex

#B28EAB
(178,142,171)
0 Favorites   0 Comments

Color spaces of #b28eab

RGB 178142171
HSL0.870.190.63
HSV312°20°70°
CMYK 0.000.200.04   0.30
XYZ35.383831.751342.7918
Yxy31.75130.32190.2888
Hunter Lab56.348313.4792-5.5820
CIE-Lab63.136818.5806-10.0547

#b28eab color RGB value is (178,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 10101011
Octal 262 216 253
Decimal 178 142 171
Hex B2 8E AB

RGB Percentages of Color #b28eab

%36.25
%28.92
%34.83

CMYK Percentages of Color #b28eab

%0
%20
%4
%30

Triadic Colors of #b28eab

#b28eab #abb28e #8eabb2

Analogous Colors of #b28eab

#b28eab #b28e99 #a78eb2

Monochromatic Colors of #b28eab

#b28eab

Complementary Color

#b28eab #8eb295

#b28eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28eab Color CSS Codes

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

#b28eab Text Font Color

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

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


#b28eab Background Color

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

This div background color is #b28eab


#b28eab Border Color

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

This div border color is #b28eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,142,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28eab


Comments

No comments written yet.

Please login to write comment.