Color Hex Logo

#bb588c Color Hex

#BB588C
(187,88,140)
0 Favorites   0 Comments

Color spaces of #bb588c

RGB 18788140
HSL0.910.420.54
HSV328°53°73°
CMYK 0.000.530.25   0.27
XYZ28.716919.437727.0492
Yxy19.43770.38190.2585
Hunter Lab44.088239.1118-5.5141
CIE-Lab51.195445.8727-9.8727

#bb588c color RGB value is (187,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 10001100
Octal 273 130 214
Decimal 187 88 140
Hex BB 58 8C

RGB Percentages of Color #bb588c

%45.06
%21.20
%33.73

CMYK Percentages of Color #bb588c

%0
%53
%25
%27

Triadic Colors of #bb588c

#bb588c #8cbb58 #588cbb

Analogous Colors of #bb588c

#bb588c #bb585b #b958bb

Monochromatic Colors of #bb588c

#bb588c

Complementary Color

#bb588c #58bb87

#bb588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb588c Color CSS Codes

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

#bb588c Text Font Color

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

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


#bb588c Background Color

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

This div background color is #bb588c


#bb588c Border Color

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

This div border color is #bb588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb588c


Comments

No comments written yet.

Please login to write comment.