Color Hex Logo

#bb285f Color Hex

#BB285F
(187,40,95)
0 Favorites   0 Comments

Color spaces of #bb285f

RGB 1874095
HSL0.940.650.45
HSV338°79°73°
CMYK 0.000.790.49   0.27
XYZ23.317912.908612.0891
Yxy12.90860.48260.2672
Hunter Lab35.928552.97295.2003
CIE-Lab42.625260.31194.9518

#bb285f color RGB value is (187,40,95).

#bb285f hex color red value is 187, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb285f hue: 0.94 , saturation: 0.65 and the lightness value of bb285f is 0.45.

The process color (four color CMYK) of #bb285f color hex is 0.00, 0.79, 0.49, 0.27. Web safe color of #bb285f is #cc3366. Color #bb285f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 01011111
Octal 273 50 137
Decimal 187 40 95
Hex BB 28 5F

RGB Percentages of Color #bb285f

%58.07
%12.42
%29.50

CMYK Percentages of Color #bb285f

%0
%79
%49
%27

Triadic Colors of #bb285f

#bb285f #5fbb28 #285fbb

Analogous Colors of #bb285f

#bb285f #bb3b28 #bb28a9

Monochromatic Colors of #bb285f

#bb285f

Complementary Color

#bb285f #28bb84

#bb285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb285f Color CSS Codes

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

#bb285f Text Font Color

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

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


#bb285f Background Color

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

This div background color is #bb285f


#bb285f Border Color

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

This div border color is #bb285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb285f


Comments

No comments written yet.

Please login to write comment.