Color Hex Logo

#bb455c Color Hex

#BB455C
(187,69,92)
0 Favorites   0 Comments

Color spaces of #bb455c

RGB 1876992
HSL0.970.460.50
HSV348°63°73°
CMYK 0.000.630.51   0.27
XYZ24.553415.593711.8410
Yxy15.59370.47230.2999
Hunter Lab39.488941.88239.8637
CIE-Lab46.436949.315712.1858

#bb455c color RGB value is (187,69,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 01011100
Octal 273 105 134
Decimal 187 69 92
Hex BB 45 5C

RGB Percentages of Color #bb455c

%53.74
%19.83
%26.44

CMYK Percentages of Color #bb455c

%0
%63
%51
%27

Triadic Colors of #bb455c

#bb455c #5cbb45 #455cbb

Analogous Colors of #bb455c

#bb455c #bb6945 #bb4597

Monochromatic Colors of #bb455c

#bb455c

Complementary Color

#bb455c #45bba4

#bb455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb455c Color CSS Codes

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

#bb455c Text Font Color

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

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


#bb455c Background Color

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

This div background color is #bb455c


#bb455c Border Color

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

This div border color is #bb455c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb455c


Comments

No comments written yet.

Please login to write comment.