Color Hex Logo

#bb078d Color Hex

#BB078D
(187,7,141)
0 Favorites   0 Comments

Color spaces of #bb078d

RGB 1877141
HSL0.880.930.38
HSV315°96°73°
CMYK 0.000.960.25   0.27
XYZ25.377212.639826.3015
Yxy12.63980.39460.1965
Hunter Lab35.552565.1956-18.9756
CIE-Lab42.215471.0338-24.1862

#bb078d color RGB value is (187,7,141).

#bb078d hex color red value is 187, green value is 7 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb078d hue: 0.88 , saturation: 0.93 and the lightness value of bb078d is 0.38.

The process color (four color CMYK) of #bb078d color hex is 0.00, 0.96, 0.25, 0.27. Web safe color of #bb078d is #cc0099. Color #bb078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 10001101
Octal 273 7 215
Decimal 187 7 141
Hex BB 7 8D

RGB Percentages of Color #bb078d

%55.82
%2.09
%42.09

CMYK Percentages of Color #bb078d

%0
%96
%25
%27

Triadic Colors of #bb078d

#bb078d #8dbb07 #078dbb

Analogous Colors of #bb078d

#bb078d #bb0733 #8f07bb

Monochromatic Colors of #bb078d

#bb078d

Complementary Color

#bb078d #07bb35

#bb078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb078d Color CSS Codes

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

#bb078d Text Font Color

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

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


#bb078d Background Color

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

This div background color is #bb078d


#bb078d Border Color

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

This div border color is #bb078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb078d


Comments

No comments written yet.

Please login to write comment.