Color Hex Logo

#bb414d Color Hex

#BB414D
(187,65,77)
0 Favorites   0 Comments

Color spaces of #bb414d

RGB 1876577
HSL0.980.480.49
HSV354°65°73°
CMYK 0.000.650.59   0.27
XYZ23.723414.88128.6432
Yxy14.88120.50210.3150
Hunter Lab38.576242.264913.7191
CIE-Lab45.471149.849320.0302

#bb414d color RGB value is (187,65,77).

#bb414d hex color red value is 187, green value is 65 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bb414d hue: 0.98 , saturation: 0.48 and the lightness value of bb414d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 01001101
Octal 273 101 115
Decimal 187 65 77
Hex BB 41 4D

RGB Percentages of Color #bb414d

%56.84
%19.76
%23.40

CMYK Percentages of Color #bb414d

%0
%65
%59
%27

Triadic Colors of #bb414d

#bb414d #4dbb41 #414dbb

Analogous Colors of #bb414d

#bb414d #bb7241 #bb418a

Monochromatic Colors of #bb414d

#bb414d

Complementary Color

#bb414d #41bbaf

#bb414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb414d Color CSS Codes

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

#bb414d Text Font Color

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

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


#bb414d Background Color

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

This div background color is #bb414d


#bb414d Border Color

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

This div border color is #bb414d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb414d


Comments

No comments written yet.

Please login to write comment.