Color Hex Logo

#bb426f Color Hex

#BB426F
(187,66,111)
0 Favorites   0 Comments

Color spaces of #bb426f

RGB 18766111
HSL0.940.480.50
HSV338°65°73°
CMYK 0.000.650.41   0.27
XYZ25.311015.608916.7177
Yxy15.60890.43910.2708
Hunter Lab39.508145.21752.5673
CIE-Lab46.457152.47030.5898

#bb426f color RGB value is (187,66,111).

#bb426f hex color red value is 187, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb426f hue: 0.94 , saturation: 0.48 and the lightness value of bb426f is 0.50.

The process color (four color CMYK) of #bb426f color hex is 0.00, 0.65, 0.41, 0.27. Web safe color of #bb426f is #cc3366. Color #bb426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 01101111
Octal 273 102 157
Decimal 187 66 111
Hex BB 42 6F

RGB Percentages of Color #bb426f

%51.37
%18.13
%30.49

CMYK Percentages of Color #bb426f

%0
%65
%41
%27

Triadic Colors of #bb426f

#bb426f #6fbb42 #426fbb

Analogous Colors of #bb426f

#bb426f #bb5242 #bb42ac

Monochromatic Colors of #bb426f

#bb426f

Complementary Color

#bb426f #42bb8e

#bb426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb426f Color CSS Codes

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

#bb426f Text Font Color

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

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


#bb426f Background Color

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

This div background color is #bb426f


#bb426f Border Color

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

This div border color is #bb426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb426f


Comments

No comments written yet.

Please login to write comment.