Color Hex Logo

#b2249f Color Hex

#B2249F
(178,36,159)
0 Favorites   0 Comments

Color spaces of #b2249f

RGB 17836159
HSL0.860.660.42
HSV308°80°70°
CMYK 0.000.800.11   0.30
XYZ25.249013.229934.0238
Yxy13.22990.34820.1825
Hunter Lab36.372960.2567-29.9997
CIE-Lab43.107666.6450-33.8083

#b2249f color RGB value is (178,36,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100100 10011111
Octal 262 44 237
Decimal 178 36 159
Hex B2 24 9F

RGB Percentages of Color #b2249f

%47.72
%9.65
%42.63

CMYK Percentages of Color #b2249f

%0
%80
%11
%30

Triadic Colors of #b2249f

#b2249f #9fb224 #249fb2

Analogous Colors of #b2249f

#b2249f #b22458 #7e24b2

Monochromatic Colors of #b2249f

#b2249f

Complementary Color

#b2249f #24b237

#b2249f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2249f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2249f Color CSS Codes

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

#b2249f Text Font Color

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

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


#b2249f Background Color

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

This div background color is #b2249f


#b2249f Border Color

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

This div border color is #b2249f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2249f


Comments

No comments written yet.

Please login to write comment.