Color Hex Logo

#b28790 Color Hex

#B28790
(178,135,144)
0 Favorites   0 Comments

Color spaces of #b28790

RGB 178135144
HSL0.970.220.61
HSV347°24°70°
CMYK 0.000.240.19   0.30
XYZ32.058128.806530.2561
Yxy28.80650.35180.3161
Hunter Lab53.671712.69264.1469
CIE-Lab60.610517.82831.5759

#b28790 color RGB value is (178,135,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 10010000
Octal 262 207 220
Decimal 178 135 144
Hex B2 87 90

RGB Percentages of Color #b28790

%38.95
%29.54
%31.51

CMYK Percentages of Color #b28790

%0
%24
%19
%30

Triadic Colors of #b28790

#b28790 #90b287 #8790b2

Analogous Colors of #b28790

#b28790 #b29487 #b287a6

Monochromatic Colors of #b28790

#b28790

Complementary Color

#b28790 #87b2a9

#b28790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28790 Color CSS Codes

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

#b28790 Text Font Color

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

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


#b28790 Background Color

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

This div background color is #b28790


#b28790 Border Color

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

This div border color is #b28790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28790


Comments

No comments written yet.

Please login to write comment.