Color Hex Logo

#bb414f Color Hex

#BB414F
(187,65,79)
0 Favorites   0 Comments

Color spaces of #bb414f

RGB 1876579
HSL0.980.480.49
HSV353°65°73°
CMYK 0.000.650.58   0.27
XYZ23.795114.90999.0209
Yxy14.90990.49860.3124
Hunter Lab38.613342.425613.1779
CIE-Lab45.510549.995918.8640

#bb414f color RGB value is (187,65,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 01001111
Octal 273 101 117
Decimal 187 65 79
Hex BB 41 4F

RGB Percentages of Color #bb414f

%56.50
%19.64
%23.87

CMYK Percentages of Color #bb414f

%0
%65
%58
%27

Triadic Colors of #bb414f

#bb414f #4fbb41 #414fbb

Analogous Colors of #bb414f

#bb414f #bb7041 #bb418c

Monochromatic Colors of #bb414f

#bb414f

Complementary Color

#bb414f #41bbad

#bb414f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb414f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb414f Color CSS Codes

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

#bb414f Text Font Color

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

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


#bb414f Background Color

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

This div background color is #bb414f


#bb414f Border Color

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

This div border color is #bb414f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb414f


Comments

No comments written yet.

Please login to write comment.