Color Hex Logo

#bb567c Color Hex

#BB567C
(187,86,124)
0 Favorites   0 Comments

Color spaces of #bb567c

RGB 18786124
HSL0.940.430.54
HSV337°54°73°
CMYK 0.000.540.34   0.27
XYZ27.459418.675621.2263
Yxy18.67560.40760.2772
Hunter Lab43.215337.79391.1289
CIE-Lab50.305544.7381-1.6473

#bb567c color RGB value is (187,86,124).

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

The process color (four color CMYK) of #bb567c color hex is 0.00, 0.54, 0.34, 0.27. Web safe color of #bb567c is #cc6666. Color #bb567c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 01111100
Octal 273 126 174
Decimal 187 86 124
Hex BB 56 7C

RGB Percentages of Color #bb567c

%47.10
%21.66
%31.23

CMYK Percentages of Color #bb567c

%0
%54
%34
%27

Triadic Colors of #bb567c

#bb567c #7cbb56 #567cbb

Analogous Colors of #bb567c

#bb567c #bb6356 #bb56af

Monochromatic Colors of #bb567c

#bb567c

Complementary Color

#bb567c #56bb95

#bb567c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb567c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb567c Color CSS Codes

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

#bb567c Text Font Color

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

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


#bb567c Background Color

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

This div background color is #bb567c


#bb567c Border Color

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

This div border color is #bb567c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb567c


Comments

No comments written yet.

Please login to write comment.