Color Hex Logo

#bb428d Color Hex

#BB428D
(187,66,141)
0 Favorites   0 Comments

Color spaces of #bb428d

RGB 18766141
HSL0.900.480.50
HSV323°65°73°
CMYK 0.000.650.25   0.27
XYZ27.249516.384326.9256
Yxy16.38430.38620.2322
Hunter Lab40.477549.3307-11.1054
CIE-Lab47.474756.0954-16.0960

#bb428d color RGB value is (187,66,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 10001101
Octal 273 102 215
Decimal 187 66 141
Hex BB 42 8D

RGB Percentages of Color #bb428d

%47.46
%16.75
%35.79

CMYK Percentages of Color #bb428d

%0
%65
%25
%27

Triadic Colors of #bb428d

#bb428d #8dbb42 #428dbb

Analogous Colors of #bb428d

#bb428d #bb4251 #ad42bb

Monochromatic Colors of #bb428d

#bb428d

Complementary Color

#bb428d #42bb70

#bb428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb428d Color CSS Codes

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

#bb428d Text Font Color

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

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


#bb428d Background Color

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

This div background color is #bb428d


#bb428d Border Color

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

This div border color is #bb428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb428d


Comments

No comments written yet.

Please login to write comment.