Color Hex Logo

#b2769a Color Hex

#B2769A
(178,118,154)
0 Favorites   0 Comments

Color spaces of #b2769a

RGB 178118154
HSL0.900.280.58
HSV324°34°70°
CMYK 0.000.340.13   0.30
XYZ30.671324.754933.7335
Yxy24.75490.34400.2776
Hunter Lab49.754322.9673-5.3707
CIE-Lab56.835829.0055-9.7519

#b2769a color RGB value is (178,118,154).

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

The process color (four color CMYK) of #b2769a color hex is 0.00, 0.34, 0.13, 0.30. Web safe color of #b2769a is #996699. Color #b2769a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 10011010
Octal 262 166 232
Decimal 178 118 154
Hex B2 76 9A

RGB Percentages of Color #b2769a

%39.56
%26.22
%34.22

CMYK Percentages of Color #b2769a

%0
%34
%13
%30

Triadic Colors of #b2769a

#b2769a #9ab276 #769ab2

Analogous Colors of #b2769a

#b2769a #b2767c #ac76b2

Monochromatic Colors of #b2769a

#b2769a

Complementary Color

#b2769a #76b28e

#b2769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2769a Color CSS Codes

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

#b2769a Text Font Color

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

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


#b2769a Background Color

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

This div background color is #b2769a


#b2769a Border Color

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

This div border color is #b2769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2769a


Comments

No comments written yet.

Please login to write comment.