Color Hex Logo

#bb568d Color Hex

#BB568D
(187,86,141)
0 Favorites   0 Comments

Color spaces of #bb568d

RGB 18786141
HSL0.910.430.54
HSV327°54°73°
CMYK 0.000.540.25   0.27
XYZ28.629019.143527.3854
Yxy19.14350.38090.2547
Hunter Lab43.753340.2293-6.4826
CIE-Lab50.854746.9988-10.9789

#bb568d color RGB value is (187,86,141).

#bb568d hex color red value is 187, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb568d hue: 0.91 , saturation: 0.43 and the lightness value of bb568d is 0.54.

The process color (four color CMYK) of #bb568d color hex is 0.00, 0.54, 0.25, 0.27. Web safe color of #bb568d is #cc6699. Color #bb568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 10001101
Octal 273 126 215
Decimal 187 86 141
Hex BB 56 8D

RGB Percentages of Color #bb568d

%45.17
%20.77
%34.06

CMYK Percentages of Color #bb568d

%0
%54
%25
%27

Triadic Colors of #bb568d

#bb568d #8dbb56 #568dbb

Analogous Colors of #bb568d

#bb568d #bb565a #b756bb

Monochromatic Colors of #bb568d

#bb568d

Complementary Color

#bb568d #56bb84

#bb568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb568d Color CSS Codes

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

#bb568d Text Font Color

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

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


#bb568d Background Color

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

This div background color is #bb568d


#bb568d Border Color

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

This div border color is #bb568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb568d


Comments

No comments written yet.

Please login to write comment.