Color Hex Logo

#b2488b Color Hex

#B2488B
(178,72,139)
0 Favorites   0 Comments

Color spaces of #b2488b

RGB 17872139
HSL0.890.420.49
HSV322°60°70°
CMYK 0.000.600.22   0.30
XYZ25.337715.963826.1720
Yxy15.96380.37550.2366
Hunter Lab39.954743.2768-10.8691
CIE-Lab46.927050.5583-15.8581

#b2488b color RGB value is (178,72,139).

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

The process color (four color CMYK) of #b2488b color hex is 0.00, 0.60, 0.22, 0.30. Web safe color of #b2488b is #993399. Color #b2488b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001000 10001011
Octal 262 110 213
Decimal 178 72 139
Hex B2 48 8B

RGB Percentages of Color #b2488b

%45.76
%18.51
%35.73

CMYK Percentages of Color #b2488b

%0
%60
%22
%30

Triadic Colors of #b2488b

#b2488b #8bb248 #488bb2

Analogous Colors of #b2488b

#b2488b #b24856 #a448b2

Monochromatic Colors of #b2488b

#b2488b

Complementary Color

#b2488b #48b26f

#b2488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2488b Color CSS Codes

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

#b2488b Text Font Color

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

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


#b2488b Background Color

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

This div background color is #b2488b


#b2488b Border Color

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

This div border color is #b2488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2488b


Comments

No comments written yet.

Please login to write comment.