Color Hex Logo

#b2727e Color Hex

#B2727E
(178,114,126)
0 Favorites   0 Comments

Color spaces of #b2727e

RGB 178114126
HSL0.970.290.57
HSV349°36°70°
CMYK 0.000.360.29   0.30
XYZ28.143323.006022.6959
Yxy23.00600.38110.3115
Hunter Lab47.964620.79725.5203
CIE-Lab55.078526.88633.9653

#b2727e color RGB value is (178,114,126).

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

The process color (four color CMYK) of #b2727e color hex is 0.00, 0.36, 0.29, 0.30. Web safe color of #b2727e is #996666. Color #b2727e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 01111110
Octal 262 162 176
Decimal 178 114 126
Hex B2 72 7E

RGB Percentages of Color #b2727e

%42.58
%27.27
%30.14

CMYK Percentages of Color #b2727e

%0
%36
%29
%30

Triadic Colors of #b2727e

#b2727e #7eb272 #727eb2

Analogous Colors of #b2727e

#b2727e #b28672 #b2729e

Monochromatic Colors of #b2727e

#b2727e

Complementary Color

#b2727e #72b2a6

#b2727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2727e Color CSS Codes

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

#b2727e Text Font Color

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

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


#b2727e Background Color

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

This div background color is #b2727e


#b2727e Border Color

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

This div border color is #b2727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2727e


Comments

No comments written yet.

Please login to write comment.