Color Hex Logo

#bb368f Color Hex

#BB368F
(187,54,143)
0 Favorites   0 Comments

Color spaces of #bb368f

RGB 18754143
HSL0.890.550.47
HSV320°71°73°
CMYK 0.000.710.24   0.27
XYZ26.770615.186327.5069
Yxy15.18630.38540.2186
Hunter Lab38.969654.4257-14.5714
CIE-Lab45.888360.9904-19.7281

#bb368f color RGB value is (187,54,143).

#bb368f hex color red value is 187, green value is 54 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb368f hue: 0.89 , saturation: 0.55 and the lightness value of bb368f is 0.47.

The process color (four color CMYK) of #bb368f color hex is 0.00, 0.71, 0.24, 0.27. Web safe color of #bb368f is #cc3399. Color #bb368f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 10001111
Octal 273 66 217
Decimal 187 54 143
Hex BB 36 8F

RGB Percentages of Color #bb368f

%48.70
%14.06
%37.24

CMYK Percentages of Color #bb368f

%0
%71
%24
%27

Triadic Colors of #bb368f

#bb368f #8fbb36 #368fbb

Analogous Colors of #bb368f

#bb368f #bb364d #a536bb

Monochromatic Colors of #bb368f

#bb368f

Complementary Color

#bb368f #36bb62

#bb368f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb368f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb368f Color CSS Codes

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

#bb368f Text Font Color

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

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


#bb368f Background Color

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

This div background color is #bb368f


#bb368f Border Color

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

This div border color is #bb368f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb368f


Comments

No comments written yet.

Please login to write comment.