Color Hex Logo

#bb239c Color Hex

#BB239C
(187,35,156)
0 Favorites   0 Comments

Color spaces of #bb239c

RGB 18735156
HSL0.870.680.44
HSV312°81°73°
CMYK 0.000.810.17   0.27
XYZ27.095314.167232.7589
Yxy14.16720.36600.1914
Hunter Lab37.639362.6273-25.2547
CIE-Lab44.471868.4160-29.7532

#bb239c color RGB value is (187,35,156).

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

The process color (four color CMYK) of #bb239c color hex is 0.00, 0.81, 0.17, 0.27. Web safe color of #bb239c is #cc3399. Color #bb239c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 10011100
Octal 273 43 234
Decimal 187 35 156
Hex BB 23 9C

RGB Percentages of Color #bb239c

%49.47
%9.26
%41.27

CMYK Percentages of Color #bb239c

%0
%81
%17
%27

Triadic Colors of #bb239c

#bb239c #9cbb23 #239cbb

Analogous Colors of #bb239c

#bb239c #bb2350 #8e23bb

Monochromatic Colors of #bb239c

#bb239c

Complementary Color

#bb239c #23bb42

#bb239c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb239c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb239c Color CSS Codes

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

#bb239c Text Font Color

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

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


#bb239c Background Color

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

This div background color is #bb239c


#bb239c Border Color

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

This div border color is #bb239c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb239c


Comments

No comments written yet.

Please login to write comment.