Color Hex Logo

#b96290 Color Hex

#B96290
(185,98,144)
0 Favorites   0 Comments

Color spaces of #b96290

RGB 18598144
HSL0.910.380.55
HSV328°47°73°
CMYK 0.000.470.22   0.27
XYZ29.409321.063328.9011
Yxy21.06330.37050.2654
Hunter Lab45.894834.0667-5.2101
CIE-Lab53.018740.6888-9.5353

#b96290 color RGB value is (185,98,144).

#b96290 hex color red value is 185, green value is 98 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b96290 hue: 0.91 , saturation: 0.38 and the lightness value of b96290 is 0.55.

The process color (four color CMYK) of #b96290 color hex is 0.00, 0.47, 0.22, 0.27. Web safe color of #b96290 is #cc6699. Color #b96290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 10010000
Octal 271 142 220
Decimal 185 98 144
Hex B9 62 90

RGB Percentages of Color #b96290

%43.33
%22.95
%33.72

CMYK Percentages of Color #b96290

%0
%47
%22
%27

Triadic Colors of #b96290

#b96290 #90b962 #6290b9

Analogous Colors of #b96290

#b96290 #b96265 #b762b9

Monochromatic Colors of #b96290

#b96290

Complementary Color

#b96290 #62b98b

#b96290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96290 Color CSS Codes

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

#b96290 Text Font Color

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

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


#b96290 Background Color

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

This div background color is #b96290


#b96290 Border Color

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

This div border color is #b96290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96290


Comments

No comments written yet.

Please login to write comment.