Color Hex Logo

#bb424c Color Hex

#BB424C
(187,66,76)
0 Favorites   0 Comments

Color spaces of #bb424c

RGB 1876676
HSL0.990.480.50
HSV355°65°73°
CMYK 0.000.650.59   0.27
XYZ23.746214.98308.4779
Yxy14.98300.50300.3174
Hunter Lab38.707941.766014.1097
CIE-Lab45.610949.347320.8228

#bb424c color RGB value is (187,66,76).

#bb424c hex color red value is 187, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb424c hue: 0.99 , saturation: 0.48 and the lightness value of bb424c is 0.50.

The process color (four color CMYK) of #bb424c color hex is 0.00, 0.65, 0.59, 0.27. Web safe color of #bb424c is #cc3333. Color #bb424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 01001100
Octal 273 102 114
Decimal 187 66 76
Hex BB 42 4C

RGB Percentages of Color #bb424c

%56.84
%20.06
%23.10

CMYK Percentages of Color #bb424c

%0
%65
%59
%27

Triadic Colors of #bb424c

#bb424c #4cbb42 #424cbb

Analogous Colors of #bb424c

#bb424c #bb7542 #bb4289

Monochromatic Colors of #bb424c

#bb424c

Complementary Color

#bb424c #42bbb1

#bb424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb424c Color CSS Codes

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

#bb424c Text Font Color

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

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


#bb424c Background Color

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

This div background color is #bb424c


#bb424c Border Color

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

This div border color is #bb424c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb424c


Comments

No comments written yet.

Please login to write comment.