Color Hex Logo

#bb367b Color Hex

#BB367B
(187,54,123)
0 Favorites   0 Comments

Color spaces of #bb367b

RGB 18754123
HSL0.910.550.47
HSV329°71°73°
CMYK 0.000.710.34   0.27
XYZ25.387814.633220.2253
Yxy14.63320.42140.2429
Hunter Lab38.253451.5226-4.5704
CIE-Lab45.127758.5259-8.7222

#bb367b color RGB value is (187,54,123).

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

The process color (four color CMYK) of #bb367b color hex is 0.00, 0.71, 0.34, 0.27. Web safe color of #bb367b is #cc3366. Color #bb367b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 01111011
Octal 273 66 173
Decimal 187 54 123
Hex BB 36 7B

RGB Percentages of Color #bb367b

%51.37
%14.84
%33.79

CMYK Percentages of Color #bb367b

%0
%71
%34
%27

Triadic Colors of #bb367b

#bb367b #7bbb36 #367bbb

Analogous Colors of #bb367b

#bb367b #bb3639 #b936bb

Monochromatic Colors of #bb367b

#bb367b

Complementary Color

#bb367b #36bb76

#bb367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb367b Color CSS Codes

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

#bb367b Text Font Color

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

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


#bb367b Background Color

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

This div background color is #bb367b


#bb367b Border Color

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

This div border color is #bb367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb367b


Comments

No comments written yet.

Please login to write comment.