Color Hex Logo

#bb197e Color Hex

#BB197E
(187,25,126)
0 Favorites   0 Comments

Color spaces of #bb197e

RGB 18725126
HSL0.900.760.42
HSV323°87°73°
CMYK 0.000.870.33   0.27
XYZ24.607012.766420.9059
Yxy12.76640.42220.2191
Hunter Lab35.730160.4037-9.6799
CIE-Lab42.409166.9081-14.6752

#bb197e color RGB value is (187,25,126).

#bb197e hex color red value is 187, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bb197e hue: 0.90 , saturation: 0.76 and the lightness value of bb197e is 0.42.

The process color (four color CMYK) of #bb197e color hex is 0.00, 0.87, 0.33, 0.27. Web safe color of #bb197e is #cc0066. Color #bb197e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 01111110
Octal 273 31 176
Decimal 187 25 126
Hex BB 19 7E

RGB Percentages of Color #bb197e

%55.33
%7.40
%37.28

CMYK Percentages of Color #bb197e

%0
%87
%33
%27

Triadic Colors of #bb197e

#bb197e #7ebb19 #197ebb

Analogous Colors of #bb197e

#bb197e #bb192d #a719bb

Monochromatic Colors of #bb197e

#bb197e

Complementary Color

#bb197e #19bb56

#bb197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb197e Color CSS Codes

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

#bb197e Text Font Color

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

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


#bb197e Background Color

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

This div background color is #bb197e


#bb197e Border Color

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

This div border color is #bb197e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,25,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb197e


Comments

No comments written yet.

Please login to write comment.