Color Hex Logo

#b27281 Color Hex

#B27281
(178,114,129)
0 Favorites   0 Comments

Color spaces of #b27281

RGB 178114129
HSL0.960.290.57
HSV346°36°70°
CMYK 0.000.360.28   0.30
XYZ28.339923.084623.7310
Yxy23.08460.37710.3072
Hunter Lab48.046421.20594.3481
CIE-Lab55.159427.31202.3286

#b27281 color RGB value is (178,114,129).

#b27281 hex color red value is 178, green value is 114 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b27281 hue: 0.96 , saturation: 0.29 and the lightness value of b27281 is 0.57.

The process color (four color CMYK) of #b27281 color hex is 0.00, 0.36, 0.28, 0.30. Web safe color of #b27281 is #996699. Color #b27281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 10000001
Octal 262 162 201
Decimal 178 114 129
Hex B2 72 81

RGB Percentages of Color #b27281

%42.28
%27.08
%30.64

CMYK Percentages of Color #b27281

%0
%36
%28
%30

Triadic Colors of #b27281

#b27281 #81b272 #7281b2

Analogous Colors of #b27281

#b27281 #b28372 #b272a1

Monochromatic Colors of #b27281

#b27281

Complementary Color

#b27281 #72b2a3

#b27281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27281 Color CSS Codes

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

#b27281 Text Font Color

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

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


#b27281 Background Color

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

This div background color is #b27281


#b27281 Border Color

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

This div border color is #b27281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27281


Comments

No comments written yet.

Please login to write comment.