Color Hex Logo

#bb198b Color Hex

#BB198B
(187,25,139)
0 Favorites   0 Comments

Color spaces of #bb198b

RGB 18725139
HSL0.880.760.42
HSV318°87°73°
CMYK 0.000.870.26   0.27
XYZ25.501313.124125.6152
Yxy13.12410.39700.2043
Hunter Lab36.227262.2534-16.5632
CIE-Lab42.949668.3930-21.8273

#bb198b color RGB value is (187,25,139).

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

The process color (four color CMYK) of #bb198b color hex is 0.00, 0.87, 0.26, 0.27. Web safe color of #bb198b is #cc0099. Color #bb198b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10001011
Octal 273 31 213
Decimal 187 25 139
Hex BB 19 8B

RGB Percentages of Color #bb198b

%53.28
%7.12
%39.60

CMYK Percentages of Color #bb198b

%0
%87
%26
%27

Triadic Colors of #bb198b

#bb198b #8bbb19 #198bbb

Analogous Colors of #bb198b

#bb198b #bb193a #9a19bb

Monochromatic Colors of #bb198b

#bb198b

Complementary Color

#bb198b #19bb49

#bb198b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb198b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb198b Color CSS Codes

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

#bb198b Text Font Color

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

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


#bb198b Background Color

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

This div background color is #bb198b


#bb198b Border Color

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

This div border color is #bb198b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb198b


Comments

No comments written yet.

Please login to write comment.