Color Hex Logo

#bb427a Color Hex

#BB427A
(187,66,122)
0 Favorites   0 Comments

Color spaces of #bb427a

RGB 18766122
HSL0.920.480.50
HSV332°65°73°
CMYK 0.000.650.35   0.27
XYZ25.954615.866420.1069
Yxy15.86640.41910.2562
Hunter Lab39.832646.6019-2.0458
CIE-Lab46.798753.7018-5.6179

#bb427a color RGB value is (187,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 01111010
Octal 273 102 172
Decimal 187 66 122
Hex BB 42 7A

RGB Percentages of Color #bb427a

%49.87
%17.60
%32.53

CMYK Percentages of Color #bb427a

%0
%65
%35
%27

Triadic Colors of #bb427a

#bb427a #7abb42 #427abb

Analogous Colors of #bb427a

#bb427a #bb4742 #bb42b7

Monochromatic Colors of #bb427a

#bb427a

Complementary Color

#bb427a #42bb83

#bb427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb427a Color CSS Codes

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

#bb427a Text Font Color

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

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


#bb427a Background Color

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

This div background color is #bb427a


#bb427a Border Color

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

This div border color is #bb427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb427a


Comments

No comments written yet.

Please login to write comment.