Color Hex Logo

#bb068d Color Hex

#BB068D
(187,6,141)
0 Favorites   0 Comments

Color spaces of #bb068d

RGB 1876141
HSL0.880.940.38
HSV315°97°73°
CMYK 0.000.970.25   0.27
XYZ25.366412.618126.2979
Yxy12.61810.39460.1963
Hunter Lab35.522065.3042-19.0287
CIE-Lab42.182171.1318-24.2379

#bb068d color RGB value is (187,6,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000110 10001101
Octal 273 6 215
Decimal 187 6 141
Hex BB 6 8D

RGB Percentages of Color #bb068d

%55.99
%1.80
%42.22

CMYK Percentages of Color #bb068d

%0
%97
%25
%27

Triadic Colors of #bb068d

#bb068d #8dbb06 #068dbb

Analogous Colors of #bb068d

#bb068d #bb0633 #8f06bb

Monochromatic Colors of #bb068d

#bb068d

Complementary Color

#bb068d #06bb34

#bb068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb068d Color CSS Codes

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

#bb068d Text Font Color

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

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


#bb068d Background Color

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

This div background color is #bb068d


#bb068d Border Color

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

This div border color is #bb068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb068d


Comments

No comments written yet.

Please login to write comment.