Color Hex Logo

#bb256e Color Hex

#BB256E
(187,37,110)
0 Favorites   0 Comments

Color spaces of #bb256e

RGB 18737110
HSL0.920.670.44
HSV331°80°73°
CMYK 0.000.800.41   0.27
XYZ23.969613.013716.0004
Yxy13.01370.45240.2456
Hunter Lab36.074555.4734-1.0452
CIE-Lab42.783962.5172-4.1892

#bb256e color RGB value is (187,37,110).

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

The process color (four color CMYK) of #bb256e color hex is 0.00, 0.80, 0.41, 0.27. Web safe color of #bb256e is #cc3366. Color #bb256e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 01101110
Octal 273 45 156
Decimal 187 37 110
Hex BB 25 6E

RGB Percentages of Color #bb256e

%55.99
%11.08
%32.93

CMYK Percentages of Color #bb256e

%0
%80
%41
%27

Triadic Colors of #bb256e

#bb256e #6ebb25 #256ebb

Analogous Colors of #bb256e

#bb256e #bb2725 #bb25b9

Monochromatic Colors of #bb256e

#bb256e

Complementary Color

#bb256e #25bb72

#bb256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb256e Color CSS Codes

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

#bb256e Text Font Color

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

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


#bb256e Background Color

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

This div background color is #bb256e


#bb256e Border Color

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

This div border color is #bb256e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb256e


Comments

No comments written yet.

Please login to write comment.