Color Hex Logo

#b2729e Color Hex

#B2729E
(178,114,158)
0 Favorites   0 Comments

Color spaces of #b2729e

RGB 178114158
HSL0.890.290.57
HSV319°36°70°
CMYK 0.000.360.11   0.30
XYZ30.549023.968235.3640
Yxy23.96820.33990.2667
Hunter Lab48.957325.7073-8.5576
CIE-Lab56.055931.9106-13.2427

#b2729e color RGB value is (178,114,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 10011110
Octal 262 162 236
Decimal 178 114 158
Hex B2 72 9E

RGB Percentages of Color #b2729e

%39.56
%25.33
%35.11

CMYK Percentages of Color #b2729e

%0
%36
%11
%30

Triadic Colors of #b2729e

#b2729e #9eb272 #729eb2

Analogous Colors of #b2729e

#b2729e #b2727e #a672b2

Monochromatic Colors of #b2729e

#b2729e

Complementary Color

#b2729e #72b286

#b2729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2729e Color CSS Codes

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

#b2729e Text Font Color

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

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


#b2729e Background Color

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

This div background color is #b2729e


#b2729e Border Color

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

This div border color is #b2729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2729e


Comments

No comments written yet.

Please login to write comment.