Color Hex Logo

#bb035c Color Hex

#BB035C
(187,3,92)
0 Favorites   0 Comments

Color spaces of #bb035c

RGB 187392
HSL0.920.970.37
HSV331°98°73°
CMYK 0.000.980.51   0.27
XYZ22.457811.402611.1425
Yxy11.40260.49900.2534
Hunter Lab33.767759.62094.0732
CIE-Lab40.250466.65113.4349

#bb035c color RGB value is (187,3,92).

#bb035c hex color red value is 187, green value is 3 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bb035c hue: 0.92 , saturation: 0.97 and the lightness value of bb035c is 0.37.

The process color (four color CMYK) of #bb035c color hex is 0.00, 0.98, 0.51, 0.27. Web safe color of #bb035c is #cc0066. Color #bb035c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000011 01011100
Octal 273 3 134
Decimal 187 3 92
Hex BB 3 5C

RGB Percentages of Color #bb035c

%66.31
%1.06
%32.62

CMYK Percentages of Color #bb035c

%0
%98
%51
%27

Triadic Colors of #bb035c

#bb035c #5cbb03 #035cbb

Analogous Colors of #bb035c

#bb035c #bb0603 #bb03b8

Monochromatic Colors of #bb035c

#bb035c

Complementary Color

#bb035c #03bb62

#bb035c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb035c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb035c Color CSS Codes

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

#bb035c Text Font Color

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

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


#bb035c Background Color

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

This div background color is #bb035c


#bb035c Border Color

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

This div border color is #bb035c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb035c


Comments

No comments written yet.

Please login to write comment.