Color Hex Logo

#b2739e Color Hex

#B2739E
(178,115,158)
0 Favorites   0 Comments

Color spaces of #b2739e

RGB 178115158
HSL0.890.290.57
HSV319°35°70°
CMYK 0.000.350.11   0.30
XYZ30.662424.195135.4018
Yxy24.19510.33970.2681
Hunter Lab49.188525.1908-8.2400
CIE-Lab56.282631.3569-12.9009

#b2739e color RGB value is (178,115,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 10011110
Octal 262 163 236
Decimal 178 115 158
Hex B2 73 9E

RGB Percentages of Color #b2739e

%39.47
%25.50
%35.03

CMYK Percentages of Color #b2739e

%0
%35
%11
%30

Triadic Colors of #b2739e

#b2739e #9eb273 #739eb2

Analogous Colors of #b2739e

#b2739e #b2737f #a773b2

Monochromatic Colors of #b2739e

#b2739e

Complementary Color

#b2739e #73b287

#b2739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2739e Color CSS Codes

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

#b2739e Text Font Color

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

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


#b2739e Background Color

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

This div background color is #b2739e


#b2739e Border Color

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

This div border color is #b2739e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,115,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 #b2739e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2739e


Comments

No comments written yet.

Please login to write comment.