Color Hex Logo

#bb275d Color Hex

#BB275D
(187,39,93)
0 Favorites   0 Comments

Color spaces of #bb275d

RGB 1873993
HSL0.940.650.44
HSV338°79°73°
CMYK 0.000.790.50   0.27
XYZ23.194812.806111.6053
Yxy12.80610.48720.2690
Hunter Lab35.785653.07175.8221
CIE-Lab42.469660.43075.9834

#bb275d color RGB value is (187,39,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 01011101
Octal 273 47 135
Decimal 187 39 93
Hex BB 27 5D

RGB Percentages of Color #bb275d

%58.62
%12.23
%29.15

CMYK Percentages of Color #bb275d

%0
%79
%50
%27

Triadic Colors of #bb275d

#bb275d #5dbb27 #275dbb

Analogous Colors of #bb275d

#bb275d #bb3b27 #bb27a7

Monochromatic Colors of #bb275d

#bb275d

Complementary Color

#bb275d #27bb85

#bb275d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb275d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb275d Color CSS Codes

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

#bb275d Text Font Color

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

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


#bb275d Background Color

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

This div background color is #bb275d


#bb275d Border Color

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

This div border color is #bb275d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb275d


Comments

No comments written yet.

Please login to write comment.