Color Hex Logo

#bb034e Color Hex

#BB034E
(187,3,78)
0 Favorites   0 Comments

Color spaces of #bb034e

RGB 187378
HSL0.930.970.37
HSV336°98°73°
CMYK 0.000.980.58   0.27
XYZ21.901211.18008.2114
Yxy11.18000.53040.2708
Hunter Lab33.436558.40518.8450
CIE-Lab39.882065.664211.8498

#bb034e color RGB value is (187,3,78).

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

The process color (four color CMYK) of #bb034e color hex is 0.00, 0.98, 0.58, 0.27. Web safe color of #bb034e is #cc0066. Color #bb034e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000011 01001110
Octal 273 3 116
Decimal 187 3 78
Hex BB 3 4E

RGB Percentages of Color #bb034e

%69.78
%1.12
%29.10

CMYK Percentages of Color #bb034e

%0
%98
%58
%27

Triadic Colors of #bb034e

#bb034e #4ebb03 #034ebb

Analogous Colors of #bb034e

#bb034e #bb1403 #bb03aa

Monochromatic Colors of #bb034e

#bb034e

Complementary Color

#bb034e #03bb70

#bb034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb034e Color CSS Codes

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

#bb034e Text Font Color

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

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


#bb034e Background Color

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

This div background color is #bb034e


#bb034e Border Color

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

This div border color is #bb034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb034e


Comments

No comments written yet.

Please login to write comment.