Color Hex Logo

#b2498f Color Hex

#B2498F
(178,73,143)
0 Favorites   0 Comments

Color spaces of #b2498f

RGB 17873143
HSL0.890.420.49
HSV320°59°70°
CMYK 0.000.590.20   0.30
XYZ25.700616.213227.7615
Yxy16.21320.36890.2327
Hunter Lab40.265643.4675-12.6921
CIE-Lab47.253050.6822-17.7641

#b2498f color RGB value is (178,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 10001111
Octal 262 111 217
Decimal 178 73 143
Hex B2 49 8F

RGB Percentages of Color #b2498f

%45.18
%18.53
%36.29

CMYK Percentages of Color #b2498f

%0
%59
%20
%30

Triadic Colors of #b2498f

#b2498f #8fb249 #498fb2

Analogous Colors of #b2498f

#b2498f #b2495b #a149b2

Monochromatic Colors of #b2498f

#b2498f

Complementary Color

#b2498f #49b26c

#b2498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2498f Color CSS Codes

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

#b2498f Text Font Color

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

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


#b2498f Background Color

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

This div background color is #b2498f


#b2498f Border Color

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

This div border color is #b2498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2498f


Comments

No comments written yet.

Please login to write comment.