Color Hex Logo

#bb014d Color Hex

#BB014D
(187,1,77)
0 Favorites   0 Comments

Color spaces of #bb014d

RGB 187177
HSL0.930.990.37
HSV335°99°73°
CMYK 0.000.990.59   0.27
XYZ21.843911.12238.0167
Yxy11.12230.53300.2714
Hunter Lab33.350158.55259.0929
CIE-Lab39.785765.811712.3569

#bb014d color RGB value is (187,1,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 01001101
Octal 273 1 115
Decimal 187 1 77
Hex BB 1 4D

RGB Percentages of Color #bb014d

%70.57
%0.38
%29.06

CMYK Percentages of Color #bb014d

%0
%99
%59
%27

Triadic Colors of #bb014d

#bb014d #4dbb01 #014dbb

Analogous Colors of #bb014d

#bb014d #bb1201 #bb01aa

Monochromatic Colors of #bb014d

#bb014d

Complementary Color

#bb014d #01bb6f

#bb014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb014d Color CSS Codes

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

#bb014d Text Font Color

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

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


#bb014d Background Color

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

This div background color is #bb014d


#bb014d Border Color

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

This div border color is #bb014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb014d


Comments

No comments written yet.

Please login to write comment.