Color Hex Logo

#bb456d Color Hex

#BB456D
(187,69,109)
0 Favorites   0 Comments

Color spaces of #bb456d

RGB 18769109
HSL0.940.460.50
HSV340°63°73°
CMYK 0.000.630.42   0.27
XYZ25.382015.925216.2041
Yxy15.92520.44130.2769
Hunter Lab39.906443.69673.8596
CIE-Lab46.876250.96462.4205

#bb456d color RGB value is (187,69,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 01101101
Octal 273 105 155
Decimal 187 69 109
Hex BB 45 6D

RGB Percentages of Color #bb456d

%51.23
%18.90
%29.86

CMYK Percentages of Color #bb456d

%0
%63
%42
%27

Triadic Colors of #bb456d

#bb456d #6dbb45 #456dbb

Analogous Colors of #bb456d

#bb456d #bb5845 #bb45a8

Monochromatic Colors of #bb456d

#bb456d

Complementary Color

#bb456d #45bb93

#bb456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb456d Color CSS Codes

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

#bb456d Text Font Color

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

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


#bb456d Background Color

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

This div background color is #bb456d


#bb456d Border Color

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

This div border color is #bb456d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb456d


Comments

No comments written yet.

Please login to write comment.