Color Hex Logo

#bb455a Color Hex

#BB455A
(187,69,90)
0 Favorites   0 Comments

Color spaces of #bb455a

RGB 1876990
HSL0.970.460.50
HSV349°63°73°
CMYK 0.000.630.52   0.27
XYZ24.467115.559211.3865
Yxy15.55920.47590.3026
Hunter Lab39.445241.691210.4966
CIE-Lab46.390849.140813.3437

#bb455a color RGB value is (187,69,90).

#bb455a hex color red value is 187, green value is 69 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb455a hue: 0.97 , saturation: 0.46 and the lightness value of bb455a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 01011010
Octal 273 105 132
Decimal 187 69 90
Hex BB 45 5A

RGB Percentages of Color #bb455a

%54.05
%19.94
%26.01

CMYK Percentages of Color #bb455a

%0
%63
%52
%27

Triadic Colors of #bb455a

#bb455a #5abb45 #455abb

Analogous Colors of #bb455a

#bb455a #bb6b45 #bb4595

Monochromatic Colors of #bb455a

#bb455a

Complementary Color

#bb455a #45bba6

#bb455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb455a Color CSS Codes

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

#bb455a Text Font Color

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

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


#bb455a Background Color

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

This div background color is #bb455a


#bb455a Border Color

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

This div border color is #bb455a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,69,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 #bb455a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb455a


Comments

No comments written yet.

Please login to write comment.