Color Hex Logo

#bb427b Color Hex

#BB427B
(187,66,123)
0 Favorites   0 Comments

Color spaces of #bb427b

RGB 18766123
HSL0.920.480.50
HSV332°65°73°
CMYK 0.000.650.34   0.27
XYZ26.016915.891320.4350
Yxy15.89130.41730.2549
Hunter Lab39.863946.7350-2.4885
CIE-Lab46.831653.8196-6.1775

#bb427b color RGB value is (187,66,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 01111011
Octal 273 102 173
Decimal 187 66 123
Hex BB 42 7B

RGB Percentages of Color #bb427b

%49.73
%17.55
%32.71

CMYK Percentages of Color #bb427b

%0
%65
%34
%27

Triadic Colors of #bb427b

#bb427b #7bbb42 #427bbb

Analogous Colors of #bb427b

#bb427b #bb4642 #bb42b8

Monochromatic Colors of #bb427b

#bb427b

Complementary Color

#bb427b #42bb82

#bb427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb427b Color CSS Codes

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

#bb427b Text Font Color

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

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


#bb427b Background Color

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

This div background color is #bb427b


#bb427b Border Color

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

This div border color is #bb427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb427b


Comments

No comments written yet.

Please login to write comment.