Color Hex Logo

#bb465e Color Hex

#BB465E
(187,70,94)
0 Favorites   0 Comments

Color spaces of #bb465e

RGB 1877094
HSL0.970.460.50
HSV348°63°73°
CMYK 0.000.630.50   0.27
XYZ24.704115.753312.3283
Yxy15.75330.46800.2984
Hunter Lab39.690441.64379.3671
CIE-Lab46.649149.050811.2598

#bb465e color RGB value is (187,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 01011110
Octal 273 106 136
Decimal 187 70 94
Hex BB 46 5E

RGB Percentages of Color #bb465e

%53.28
%19.94
%26.78

CMYK Percentages of Color #bb465e

%0
%63
%50
%27

Triadic Colors of #bb465e

#bb465e #5ebb46 #465ebb

Analogous Colors of #bb465e

#bb465e #bb6946 #bb4699

Monochromatic Colors of #bb465e

#bb465e

Complementary Color

#bb465e #46bba3

#bb465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb465e Color CSS Codes

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

#bb465e Text Font Color

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

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


#bb465e Background Color

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

This div background color is #bb465e


#bb465e Border Color

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

This div border color is #bb465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb465e


Comments

No comments written yet.

Please login to write comment.