Color Hex Logo

#bb2e47 Color Hex

#BB2E47
(187,46,71)
0 Favorites   0 Comments

Color spaces of #bb2e47

RGB 1874671
HSL0.970.610.46
HSV349°75°73°
CMYK 0.000.750.62   0.27
XYZ22.607812.97377.2738
Yxy12.97370.52750.3027
Hunter Lab36.019049.004513.2401
CIE-Lab42.723656.677720.0960

#bb2e47 color RGB value is (187,46,71).

#bb2e47 hex color red value is 187, green value is 46 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bb2e47 hue: 0.97 , saturation: 0.61 and the lightness value of bb2e47 is 0.46.

The process color (four color CMYK) of #bb2e47 color hex is 0.00, 0.75, 0.62, 0.27. Web safe color of #bb2e47 is #cc3333. Color #bb2e47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101110 01000111
Octal 273 56 107
Decimal 187 46 71
Hex BB 2E 47

RGB Percentages of Color #bb2e47

%61.51
%15.13
%23.36

CMYK Percentages of Color #bb2e47

%0
%75
%62
%27

Triadic Colors of #bb2e47

#bb2e47 #47bb2e #2e47bb

Analogous Colors of #bb2e47

#bb2e47 #bb5c2e #bb2e8e

Monochromatic Colors of #bb2e47

#bb2e47

Complementary Color

#bb2e47 #2ebba2

#bb2e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2e47 Color CSS Codes

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

#bb2e47 Text Font Color

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

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


#bb2e47 Background Color

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

This div background color is #bb2e47


#bb2e47 Border Color

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

This div border color is #bb2e47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2e47


Comments

No comments written yet.

Please login to write comment.