Color Hex Logo

#bb365c Color Hex

#BB365C
(187,54,92)
0 Favorites   0 Comments

Color spaces of #bb365c

RGB 1875492
HSL0.950.550.47
HSV343°71°73°
CMYK 0.000.710.51   0.27
XYZ23.744513.975811.5713
Yxy13.97580.48170.2835
Hunter Lab37.384247.95157.8173
CIE-Lab44.198255.42909.0564

#bb365c color RGB value is (187,54,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 01011100
Octal 273 66 134
Decimal 187 54 92
Hex BB 36 5C

RGB Percentages of Color #bb365c

%56.16
%16.22
%27.63

CMYK Percentages of Color #bb365c

%0
%71
%51
%27

Triadic Colors of #bb365c

#bb365c #5cbb36 #365cbb

Analogous Colors of #bb365c

#bb365c #bb5336 #bb369f

Monochromatic Colors of #bb365c

#bb365c

Complementary Color

#bb365c #36bb95

#bb365c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb365c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb365c Color CSS Codes

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

#bb365c Text Font Color

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

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


#bb365c Background Color

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

This div background color is #bb365c


#bb365c Border Color

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

This div border color is #bb365c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb365c


Comments

No comments written yet.

Please login to write comment.