Color Hex Logo

#bb359c Color Hex

#BB359C
(187,53,156)
0 Favorites   0 Comments

Color spaces of #bb359c

RGB 18753156
HSL0.870.560.47
HSV314°72°73°
CMYK 0.000.720.17   0.27
XYZ27.767415.511332.9830
Yxy15.51130.36410.2034
Hunter Lab39.384456.9262-22.0842
CIE-Lab46.326763.1193-26.8600

#bb359c color RGB value is (187,53,156).

#bb359c hex color red value is 187, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bb359c hue: 0.87 , saturation: 0.56 and the lightness value of bb359c is 0.47.

The process color (four color CMYK) of #bb359c color hex is 0.00, 0.72, 0.17, 0.27. Web safe color of #bb359c is #cc3399. Color #bb359c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 10011100
Octal 273 65 234
Decimal 187 53 156
Hex BB 35 9C

RGB Percentages of Color #bb359c

%47.22
%13.38
%39.39

CMYK Percentages of Color #bb359c

%0
%72
%17
%27

Triadic Colors of #bb359c

#bb359c #9cbb35 #359cbb

Analogous Colors of #bb359c

#bb359c #bb3559 #9735bb

Monochromatic Colors of #bb359c

#bb359c

Complementary Color

#bb359c #35bb54

#bb359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb359c Color CSS Codes

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

#bb359c Text Font Color

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

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


#bb359c Background Color

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

This div background color is #bb359c


#bb359c Border Color

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

This div border color is #bb359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb359c


Comments

No comments written yet.

Please login to write comment.