Color Hex Logo

#bb236e Color Hex

#BB236E
(187,35,110)
0 Favorites   0 Comments

Color spaces of #bb236e

RGB 18735110
HSL0.920.680.44
HSV330°81°73°
CMYK 0.000.810.41   0.27
XYZ23.909012.892615.9802
Yxy12.89260.45300.2443
Hunter Lab35.906356.0223-1.2528
CIE-Lab42.601063.0392-4.4602

#bb236e color RGB value is (187,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 01101110
Octal 273 43 156
Decimal 187 35 110
Hex BB 23 6E

RGB Percentages of Color #bb236e

%56.33
%10.54
%33.13

CMYK Percentages of Color #bb236e

%0
%81
%41
%27

Triadic Colors of #bb236e

#bb236e #6ebb23 #236ebb

Analogous Colors of #bb236e

#bb236e #bb2423 #bb23ba

Monochromatic Colors of #bb236e

#bb236e

Complementary Color

#bb236e #23bb70

#bb236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb236e Color CSS Codes

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

#bb236e Text Font Color

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

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


#bb236e Background Color

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

This div background color is #bb236e


#bb236e Border Color

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

This div border color is #bb236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb236e


Comments

No comments written yet.

Please login to write comment.