Color Hex Logo

#bb246b Color Hex

#BB246B
(187,36,107)
0 Favorites   0 Comments

Color spaces of #bb246b

RGB 18736107
HSL0.920.680.44
HSV332°81°73°
CMYK 0.000.810.43   0.27
XYZ23.778212.888115.1443
Yxy12.88810.45890.2488
Hunter Lab35.900055.40370.1187
CIE-Lab42.594262.4919-2.5994

#bb246b color RGB value is (187,36,107).

#bb246b hex color red value is 187, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb246b hue: 0.92 , saturation: 0.68 and the lightness value of bb246b is 0.44.

The process color (four color CMYK) of #bb246b color hex is 0.00, 0.81, 0.43, 0.27. Web safe color of #bb246b is #cc3366. Color #bb246b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 01101011
Octal 273 44 153
Decimal 187 36 107
Hex BB 24 6B

RGB Percentages of Color #bb246b

%56.67
%10.91
%32.42

CMYK Percentages of Color #bb246b

%0
%81
%43
%27

Triadic Colors of #bb246b

#bb246b #6bbb24 #246bbb

Analogous Colors of #bb246b

#bb246b #bb2924 #bb24b7

Monochromatic Colors of #bb246b

#bb246b

Complementary Color

#bb246b #24bb74

#bb246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb246b Color CSS Codes

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

#bb246b Text Font Color

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

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


#bb246b Background Color

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

This div background color is #bb246b


#bb246b Border Color

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

This div border color is #bb246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb246b


Comments

No comments written yet.

Please login to write comment.