Color Hex Logo

#b2698a Color Hex

#B2698A
(178,105,138)
0 Favorites   0 Comments

Color spaces of #b2698a

RGB 178105138
HSL0.920.320.55
HSV333°41°70°
CMYK 0.000.410.22   0.30
XYZ27.999121.403126.7003
Yxy21.40310.36790.2812
Hunter Lab46.263527.0688-1.8339
CIE-Lab53.387933.6034-5.5497

#b2698a color RGB value is (178,105,138).

#b2698a hex color red value is 178, green value is 105 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b2698a hue: 0.92 , saturation: 0.32 and the lightness value of b2698a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 10001010
Octal 262 151 212
Decimal 178 105 138
Hex B2 69 8A

RGB Percentages of Color #b2698a

%42.28
%24.94
%32.78

CMYK Percentages of Color #b2698a

%0
%41
%22
%30

Triadic Colors of #b2698a

#b2698a #8ab269 #698ab2

Analogous Colors of #b2698a

#b2698a #b26d69 #b269af

Monochromatic Colors of #b2698a

#b2698a

Complementary Color

#b2698a #69b291

#b2698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2698a Color CSS Codes

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

#b2698a Text Font Color

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

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


#b2698a Background Color

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

This div background color is #b2698a


#b2698a Border Color

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

This div border color is #b2698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2698a


Comments

No comments written yet.

Please login to write comment.