Color Hex Logo

#b2196f Color Hex

#B2196F
(178,25,111)
0 Favorites   0 Comments

Color spaces of #b2196f

RGB 17825111
HSL0.910.750.40
HSV326°86°70°
CMYK 0.000.860.38   0.30
XYZ21.577011.307916.0843
Yxy11.30790.44060.2309
Hunter Lab33.627255.6874-4.8201
CIE-Lab40.094363.2291-9.0106

#b2196f color RGB value is (178,25,111).

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

The process color (four color CMYK) of #b2196f color hex is 0.00, 0.86, 0.38, 0.30. Web safe color of #b2196f is #990066. Color #b2196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 01101111
Octal 262 31 157
Decimal 178 25 111
Hex B2 19 6F

RGB Percentages of Color #b2196f

%56.69
%7.96
%35.35

CMYK Percentages of Color #b2196f

%0
%86
%38
%30

Triadic Colors of #b2196f

#b2196f #6fb219 #196fb2

Analogous Colors of #b2196f

#b2196f #b21922 #a919b2

Monochromatic Colors of #b2196f

#b2196f

Complementary Color

#b2196f #19b25c

#b2196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2196f Color CSS Codes

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

#b2196f Text Font Color

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

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


#b2196f Background Color

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

This div background color is #b2196f


#b2196f Border Color

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

This div border color is #b2196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2196f


Comments

No comments written yet.

Please login to write comment.