Color Hex Logo

#b2549f Color Hex

#B2549F
(178,84,159)
0 Favorites   0 Comments

Color spaces of #b2549f

RGB 17884159
HSL0.870.380.51
HSV312°53°70°
CMYK 0.000.530.11   0.30
XYZ27.788418.308834.8702
Yxy18.30880.34320.2261
Hunter Lab42.788841.0432-18.3655
CIE-Lab49.868547.9364-23.2678

#b2549f color RGB value is (178,84,159).

#b2549f hex color red value is 178, green value is 84 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2549f hue: 0.87 , saturation: 0.38 and the lightness value of b2549f is 0.51.

The process color (four color CMYK) of #b2549f color hex is 0.00, 0.53, 0.11, 0.30. Web safe color of #b2549f is #996699. Color #b2549f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 10011111
Octal 262 124 237
Decimal 178 84 159
Hex B2 54 9F

RGB Percentages of Color #b2549f

%42.28
%19.95
%37.77

CMYK Percentages of Color #b2549f

%0
%53
%11
%30

Triadic Colors of #b2549f

#b2549f #9fb254 #549fb2

Analogous Colors of #b2549f

#b2549f #b25470 #9654b2

Monochromatic Colors of #b2549f

#b2549f

Complementary Color

#b2549f #54b267

#b2549f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2549f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2549f Color CSS Codes

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

#b2549f Text Font Color

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

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


#b2549f Background Color

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

This div background color is #b2549f


#b2549f Border Color

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

This div border color is #b2549f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2549f


Comments

No comments written yet.

Please login to write comment.