Color Hex Logo

#bb405a Color Hex

#BB405A
(187,64,90)
0 Favorites   0 Comments

Color spaces of #bb405a

RGB 1876490
HSL0.960.490.49
HSV347°66°73°
CMYK 0.000.660.52   0.27
XYZ24.172414.969811.2883
Yxy14.96980.47930.2968
Hunter Lab38.690843.81039.7853
CIE-Lab45.592851.298212.2396

#bb405a color RGB value is (187,64,90).

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

The process color (four color CMYK) of #bb405a color hex is 0.00, 0.66, 0.52, 0.27. Web safe color of #bb405a is #cc3366. Color #bb405a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 01011010
Octal 273 100 132
Decimal 187 64 90
Hex BB 40 5A

RGB Percentages of Color #bb405a

%54.84
%18.77
%26.39

CMYK Percentages of Color #bb405a

%0
%66
%52
%27

Triadic Colors of #bb405a

#bb405a #5abb40 #405abb

Analogous Colors of #bb405a

#bb405a #bb6440 #bb4098

Monochromatic Colors of #bb405a

#bb405a

Complementary Color

#bb405a #40bba1

#bb405a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb405a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb405a Color CSS Codes

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

#bb405a Text Font Color

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

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


#bb405a Background Color

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

This div background color is #bb405a


#bb405a Border Color

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

This div border color is #bb405a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb405a


Comments

No comments written yet.

Please login to write comment.