Color Hex Logo

#bb273c Color Hex

#BB273C
(187,39,60)
0 Favorites   0 Comments

Color spaces of #bb273c

RGB 1873960
HSL0.980.650.44
HSV351°79°73°
CMYK 0.000.790.68   0.27
XYZ22.034612.34215.4959
Yxy12.34210.55260.3095
Hunter Lab35.131350.476615.3167
CIE-Lab41.754758.213125.6638

#bb273c color RGB value is (187,39,60).

#bb273c hex color red value is 187, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb273c hue: 0.98 , saturation: 0.65 and the lightness value of bb273c is 0.44.

The process color (four color CMYK) of #bb273c color hex is 0.00, 0.79, 0.68, 0.27. Web safe color of #bb273c is #cc3333. Color #bb273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 00111100
Octal 273 47 74
Decimal 187 39 60
Hex BB 27 3C

RGB Percentages of Color #bb273c

%65.38
%13.64
%20.98

CMYK Percentages of Color #bb273c

%0
%79
%68
%27

Triadic Colors of #bb273c

#bb273c #3cbb27 #273cbb

Analogous Colors of #bb273c

#bb273c #bb5c27 #bb2786

Monochromatic Colors of #bb273c

#bb273c

Complementary Color

#bb273c #27bba6

#bb273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb273c Color CSS Codes

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

#bb273c Text Font Color

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

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


#bb273c Background Color

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

This div background color is #bb273c


#bb273c Border Color

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

This div border color is #bb273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb273c


Comments

No comments written yet.

Please login to write comment.