Color Hex Logo

#b2246f Color Hex

#B2246F
(178,36,111)
0 Favorites   0 Comments

Color spaces of #b2246f

RGB 17836111
HSL0.910.660.42
HSV328°80°70°
CMYK 0.000.800.38   0.30
XYZ21.860211.874416.1788
Yxy11.87440.43800.2379
Hunter Lab34.459352.9328-3.7155
CIE-Lab41.015860.5857-7.6285

#b2246f color RGB value is (178,36,111).

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

The process color (four color CMYK) of #b2246f color hex is 0.00, 0.80, 0.38, 0.30. Web safe color of #b2246f is #993366. Color #b2246f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100100 01101111
Octal 262 44 157
Decimal 178 36 111
Hex B2 24 6F

RGB Percentages of Color #b2246f

%54.77
%11.08
%34.15

CMYK Percentages of Color #b2246f

%0
%80
%38
%30

Triadic Colors of #b2246f

#b2246f #6fb224 #246fb2

Analogous Colors of #b2246f

#b2246f #b22428 #ae24b2

Monochromatic Colors of #b2246f

#b2246f

Complementary Color

#b2246f #24b267

#b2246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2246f Color CSS Codes

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

#b2246f Text Font Color

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

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


#b2246f Background Color

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

This div background color is #b2246f


#b2246f Border Color

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

This div border color is #b2246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2246f


Comments

No comments written yet.

Please login to write comment.