Color Hex Logo

#bb415f Color Hex

#BB415F
(187,65,95)
0 Favorites   0 Comments

Color spaces of #bb415f

RGB 1876595
HSL0.960.480.49
HSV345°65°73°
CMYK 0.000.650.49   0.27
XYZ24.449415.171612.4663
Yxy15.17160.46940.2913
Hunter Lab38.950743.88088.2896
CIE-Lab45.868351.31609.5539

#bb415f color RGB value is (187,65,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 01011111
Octal 273 101 137
Decimal 187 65 95
Hex BB 41 5F

RGB Percentages of Color #bb415f

%53.89
%18.73
%27.38

CMYK Percentages of Color #bb415f

%0
%65
%49
%27

Triadic Colors of #bb415f

#bb415f #5fbb41 #415fbb

Analogous Colors of #bb415f

#bb415f #bb6041 #bb419c

Monochromatic Colors of #bb415f

#bb415f

Complementary Color

#bb415f #41bb9d

#bb415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb415f Color CSS Codes

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

#bb415f Text Font Color

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

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


#bb415f Background Color

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

This div background color is #bb415f


#bb415f Border Color

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

This div border color is #bb415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb415f


Comments

No comments written yet.

Please login to write comment.