Color Hex Logo

#b2738a Color Hex

#B2738A
(178,115,138)
0 Favorites   0 Comments

Color spaces of #b2738a

RGB 178115138
HSL0.940.290.57
HSV338°35°70°
CMYK 0.000.350.22   0.30
XYZ29.078323.561427.0600
Yxy23.56140.36480.2956
Hunter Lab48.540121.98660.9252
CIE-Lab55.646028.0909-2.2161

#b2738a color RGB value is (178,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 10001010
Octal 262 163 212
Decimal 178 115 138
Hex B2 73 8A

RGB Percentages of Color #b2738a

%41.30
%26.68
%32.02

CMYK Percentages of Color #b2738a

%0
%35
%22
%30

Triadic Colors of #b2738a

#b2738a #8ab273 #738ab2

Analogous Colors of #b2738a

#b2738a #b27c73 #b273aa

Monochromatic Colors of #b2738a

#b2738a

Complementary Color

#b2738a #73b29b

#b2738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2738a Color CSS Codes

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

#b2738a Text Font Color

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

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


#b2738a Background Color

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

This div background color is #b2738a


#b2738a Border Color

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

This div border color is #b2738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2738a


Comments

No comments written yet.

Please login to write comment.