Color Hex Logo

#bb429e Color Hex

#BB429E
(187,66,158)
0 Favorites   0 Comments

Color spaces of #bb429e

RGB 18766158
HSL0.870.480.50
HSV314°65°73°
CMYK 0.000.650.16   0.27
XYZ28.613316.929834.1075
Yxy16.92980.35920.2126
Hunter Lab41.145852.1258-20.3459
CIE-Lab48.171558.5031-25.1888

#bb429e color RGB value is (187,66,158).

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

The process color (four color CMYK) of #bb429e color hex is 0.00, 0.65, 0.16, 0.27. Web safe color of #bb429e is #cc3399. Color #bb429e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 10011110
Octal 273 102 236
Decimal 187 66 158
Hex BB 42 9E

RGB Percentages of Color #bb429e

%45.50
%16.06
%38.44

CMYK Percentages of Color #bb429e

%0
%65
%16
%27

Triadic Colors of #bb429e

#bb429e #9ebb42 #429ebb

Analogous Colors of #bb429e

#bb429e #bb4261 #9c42bb

Monochromatic Colors of #bb429e

#bb429e

Complementary Color

#bb429e #42bb5f

#bb429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb429e Color CSS Codes

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

#bb429e Text Font Color

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

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


#bb429e Background Color

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

This div background color is #bb429e


#bb429e Border Color

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

This div border color is #bb429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb429e


Comments

No comments written yet.

Please login to write comment.