Color Hex Logo

#bb429f Color Hex

#BB429F
(187,66,159)
0 Favorites   0 Comments

Color spaces of #bb429f

RGB 18766159
HSL0.870.480.50
HSV314°65°73°
CMYK 0.000.650.15   0.27
XYZ28.699716.964434.5627
Yxy16.96440.35770.2115
Hunter Lab41.187952.3000-20.9216
CIE-Lab48.215158.6517-25.7151

#bb429f color RGB value is (187,66,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 10011111
Octal 273 102 237
Decimal 187 66 159
Hex BB 42 9F

RGB Percentages of Color #bb429f

%45.39
%16.02
%38.59

CMYK Percentages of Color #bb429f

%0
%65
%15
%27

Triadic Colors of #bb429f

#bb429f #9fbb42 #429fbb

Analogous Colors of #bb429f

#bb429f #bb4262 #9b42bb

Monochromatic Colors of #bb429f

#bb429f

Complementary Color

#bb429f #42bb5e

#bb429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb429f Color CSS Codes

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

#bb429f Text Font Color

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

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


#bb429f Background Color

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

This div background color is #bb429f


#bb429f Border Color

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

This div border color is #bb429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb429f


Comments

No comments written yet.

Please login to write comment.