Color Hex Logo

#bb004d Color Hex

#BB004D
(187,0,77)
0 Favorites   0 Comments

Color spaces of #bb004d

RGB 187077
HSL0.931.000.37
HSV335°100°73°
CMYK 0.001.000.59   0.27
XYZ21.833111.10068.0131
Yxy11.10060.53320.2711
Hunter Lab33.317658.66599.0626
CIE-Lab39.749465.917712.3069

#bb004d color RGB value is (187,0,77).

#bb004d hex color red value is 187, green value is 0 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bb004d hue: 0.93 , saturation: 1.00 and the lightness value of bb004d is 0.37.

The process color (four color CMYK) of #bb004d color hex is 0.00, 1.00, 0.59, 0.27. Web safe color of #bb004d is #cc0066. Color #bb004d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 01001101
Octal 273 0 115
Decimal 187 0 77
Hex BB 0 4D

RGB Percentages of Color #bb004d

%70.83
%0.00
%29.17

CMYK Percentages of Color #bb004d

%0
%100
%59
%27

Triadic Colors of #bb004d

#bb004d #4dbb00 #004dbb

Analogous Colors of #bb004d

#bb004d #bb1000 #bb00ab

Monochromatic Colors of #bb004d

#bb004d

Complementary Color

#bb004d #00bb6e

#bb004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb004d Color CSS Codes

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

#bb004d Text Font Color

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

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


#bb004d Background Color

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

This div background color is #bb004d


#bb004d Border Color

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

This div border color is #bb004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb004d


Comments

No comments written yet.

Please login to write comment.