Color Hex Logo

#b2909f Color Hex

#B2909F
(178,144,159)
0 Favorites   0 Comments

Color spaces of #b2909f

RGB 178144159
HSL0.930.180.63
HSV334°19°70°
CMYK 0.000.190.11   0.30
XYZ34.591431.914737.1379
Yxy31.91470.33380.3079
Hunter Lab56.493110.43480.5686
CIE-Lab63.272315.2912-3.0620

#b2909f color RGB value is (178,144,159).

#b2909f hex color red value is 178, green value is 144 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2909f hue: 0.93 , saturation: 0.18 and the lightness value of b2909f is 0.63.

The process color (four color CMYK) of #b2909f color hex is 0.00, 0.19, 0.11, 0.30. Web safe color of #b2909f is #999999. Color #b2909f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 10011111
Octal 262 220 237
Decimal 178 144 159
Hex B2 90 9F

RGB Percentages of Color #b2909f

%37.01
%29.94
%33.06

CMYK Percentages of Color #b2909f

%0
%19
%11
%30

Triadic Colors of #b2909f

#b2909f #9fb290 #909fb2

Analogous Colors of #b2909f

#b2909f #b29290 #b290b0

Monochromatic Colors of #b2909f

#b2909f

Complementary Color

#b2909f #90b2a3

#b2909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2909f Color CSS Codes

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

#b2909f Text Font Color

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

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


#b2909f Background Color

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

This div background color is #b2909f


#b2909f Border Color

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

This div border color is #b2909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2909f


Comments

No comments written yet.

Please login to write comment.