Color Hex Logo

#b2999d Color Hex

#B2999D
(178,153,157)
0 Favorites   0 Comments

Color spaces of #b2999d

RGB 178153157
HSL0.970.140.65
HSV350°14°70°
CMYK 0.000.140.12   0.30
XYZ35.837134.681836.7037
Yxy34.68180.33420.3235
Hunter Lab58.89135.56294.2717
CIE-Lab65.50029.92311.3259

#b2999d color RGB value is (178,153,157).

#b2999d hex color red value is 178, green value is 153 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b2999d hue: 0.97 , saturation: 0.14 and the lightness value of b2999d is 0.65.

The process color (four color CMYK) of #b2999d color hex is 0.00, 0.14, 0.12, 0.30. Web safe color of #b2999d is #999999. Color #b2999d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 10011101
Octal 262 231 235
Decimal 178 153 157
Hex B2 99 9D

RGB Percentages of Color #b2999d

%36.48
%31.35
%32.17

CMYK Percentages of Color #b2999d

%0
%14
%12
%30

Triadic Colors of #b2999d

#b2999d #9db299 #999db2

Analogous Colors of #b2999d

#b2999d #b2a299 #b299aa

Monochromatic Colors of #b2999d

#b2999d

Complementary Color

#b2999d #99b2ae

#b2999d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2999d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2999d Color CSS Codes

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

#b2999d Text Font Color

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

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


#b2999d Background Color

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

This div background color is #b2999d


#b2999d Border Color

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

This div border color is #b2999d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2999d


Comments

No comments written yet.

Please login to write comment.