Color Hex Logo

#b27089 Color Hex

#B27089
(178,112,137)
0 Favorites   0 Comments

Color spaces of #b27089

RGB 178112137
HSL0.940.300.57
HSV337°37°70°
CMYK 0.000.370.23   0.30
XYZ28.669622.859526.5682
Yxy22.85950.36710.2927
Hunter Lab47.811623.36490.5216
CIE-Lab54.927329.6026-2.6887

#b27089 color RGB value is (178,112,137).

#b27089 hex color red value is 178, green value is 112 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b27089 hue: 0.94 , saturation: 0.30 and the lightness value of b27089 is 0.57.

The process color (four color CMYK) of #b27089 color hex is 0.00, 0.37, 0.23, 0.30. Web safe color of #b27089 is #996699. Color #b27089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10001001
Octal 262 160 211
Decimal 178 112 137
Hex B2 70 89

RGB Percentages of Color #b27089

%41.69
%26.23
%32.08

CMYK Percentages of Color #b27089

%0
%37
%23
%30

Triadic Colors of #b27089

#b27089 #89b270 #7089b2

Analogous Colors of #b27089

#b27089 #b27870 #b270aa

Monochromatic Colors of #b27089

#b27089

Complementary Color

#b27089 #70b299

#b27089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27089 Color CSS Codes

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

#b27089 Text Font Color

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

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


#b27089 Background Color

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

This div background color is #b27089


#b27089 Border Color

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

This div border color is #b27089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27089


Comments

No comments written yet.

Please login to write comment.