Color Hex Logo

#b2499f Color Hex

#B2499F
(178,73,159)
0 Favorites   0 Comments

Color spaces of #b2499f

RGB 17873159
HSL0.860.420.49
HSV311°59°70°
CMYK 0.000.590.11   0.30
XYZ27.000616.733334.6076
Yxy16.73330.34470.2136
Hunter Lab40.906446.2344-21.5261
CIE-Lab47.922253.1595-26.2792

#b2499f color RGB value is (178,73,159).

#b2499f hex color red value is 178, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2499f hue: 0.86 , saturation: 0.42 and the lightness value of b2499f is 0.49.

The process color (four color CMYK) of #b2499f color hex is 0.00, 0.59, 0.11, 0.30. Web safe color of #b2499f is #993399. Color #b2499f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 10011111
Octal 262 111 237
Decimal 178 73 159
Hex B2 49 9F

RGB Percentages of Color #b2499f

%43.41
%17.80
%38.78

CMYK Percentages of Color #b2499f

%0
%59
%11
%30

Triadic Colors of #b2499f

#b2499f #9fb249 #499fb2

Analogous Colors of #b2499f

#b2499f #b2496b #9149b2

Monochromatic Colors of #b2499f

#b2499f

Complementary Color

#b2499f #49b25c

#b2499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2499f Color CSS Codes

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

#b2499f Text Font Color

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

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


#b2499f Background Color

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

This div background color is #b2499f


#b2499f Border Color

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

This div border color is #b2499f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2499f


Comments

No comments written yet.

Please login to write comment.