Color Hex Logo

#bb275c Color Hex

#BB275C
(187,39,92)
0 Favorites   0 Comments

Color spaces of #bb275c

RGB 1873992
HSL0.940.650.44
HSV339°79°73°
CMYK 0.000.790.51   0.27
XYZ23.150812.788511.3735
Yxy12.78850.48930.2703
Hunter Lab35.761052.97476.1760
CIE-Lab42.442860.34856.5728

#bb275c color RGB value is (187,39,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 01011100
Octal 273 47 134
Decimal 187 39 92
Hex BB 27 5C

RGB Percentages of Color #bb275c

%58.81
%12.26
%28.93

CMYK Percentages of Color #bb275c

%0
%79
%51
%27

Triadic Colors of #bb275c

#bb275c #5cbb27 #275cbb

Analogous Colors of #bb275c

#bb275c #bb3c27 #bb27a6

Monochromatic Colors of #bb275c

#bb275c

Complementary Color

#bb275c #27bb86

#bb275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb275c Color CSS Codes

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

#bb275c Text Font Color

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

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


#bb275c Background Color

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

This div background color is #bb275c


#bb275c Border Color

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

This div border color is #bb275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb275c


Comments

No comments written yet.

Please login to write comment.