Color Hex Logo

#b2778e Color Hex

#B2778E
(178,119,142)
0 Favorites   0 Comments

Color spaces of #b2778e

RGB 178119142
HSL0.940.280.58
HSV337°33°70°
CMYK 0.000.330.20   0.30
XYZ29.839424.611628.7690
Yxy24.61160.35860.2957
Hunter Lab49.610120.54630.3446
CIE-Lab56.695026.4833-3.0007

#b2778e color RGB value is (178,119,142).

#b2778e hex color red value is 178, green value is 119 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b2778e hue: 0.94 , saturation: 0.28 and the lightness value of b2778e is 0.58.

The process color (four color CMYK) of #b2778e color hex is 0.00, 0.33, 0.20, 0.30. Web safe color of #b2778e is #996699. Color #b2778e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 10001110
Octal 262 167 216
Decimal 178 119 142
Hex B2 77 8E

RGB Percentages of Color #b2778e

%40.55
%27.11
%32.35

CMYK Percentages of Color #b2778e

%0
%33
%20
%30

Triadic Colors of #b2778e

#b2778e #8eb277 #778eb2

Analogous Colors of #b2778e

#b2778e #b27e77 #b277ac

Monochromatic Colors of #b2778e

#b2778e

Complementary Color

#b2778e #77b29b

#b2778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2778e Color CSS Codes

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

#b2778e Text Font Color

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

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


#b2778e Background Color

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

This div background color is #b2778e


#b2778e Border Color

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

This div border color is #b2778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2778e


Comments

No comments written yet.

Please login to write comment.