Color Hex Logo

#bb335c Color Hex

#BB335C
(187,51,92)
0 Favorites   0 Comments

Color spaces of #bb335c

RGB 1875192
HSL0.950.570.47
HSV342°73°73°
CMYK 0.000.730.51   0.27
XYZ23.609113.705211.5262
Yxy13.70520.48340.2806
Hunter Lab37.020549.04887.4547
CIE-Lab43.807256.51498.5054

#bb335c color RGB value is (187,51,92).

#bb335c hex color red value is 187, green value is 51 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bb335c hue: 0.95 , saturation: 0.57 and the lightness value of bb335c is 0.47.

The process color (four color CMYK) of #bb335c color hex is 0.00, 0.73, 0.51, 0.27. Web safe color of #bb335c is #cc3366. Color #bb335c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 01011100
Octal 273 63 134
Decimal 187 51 92
Hex BB 33 5C

RGB Percentages of Color #bb335c

%56.67
%15.45
%27.88

CMYK Percentages of Color #bb335c

%0
%73
%51
%27

Triadic Colors of #bb335c

#bb335c #5cbb33 #335cbb

Analogous Colors of #bb335c

#bb335c #bb4e33 #bb33a0

Monochromatic Colors of #bb335c

#bb335c

Complementary Color

#bb335c #33bb92

#bb335c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb335c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb335c Color CSS Codes

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

#bb335c Text Font Color

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

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


#bb335c Background Color

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

This div background color is #bb335c


#bb335c Border Color

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

This div border color is #bb335c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb335c


Comments

No comments written yet.

Please login to write comment.