Color Hex Logo

#bb147a Color Hex

#BB147A
(187,20,122)
0 Favorites   0 Comments

Color spaces of #bb147a

RGB 18720122
HSL0.900.810.41
HSV323°89°73°
CMYK 0.000.890.35   0.27
XYZ24.256512.470219.5409
Yxy12.47020.43110.2216
Hunter Lab35.313260.8130-8.0895
CIE-Lab41.953967.3502-12.8923

#bb147a color RGB value is (187,20,122).

#bb147a hex color red value is 187, green value is 20 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb147a hue: 0.90 , saturation: 0.81 and the lightness value of bb147a is 0.41.

The process color (four color CMYK) of #bb147a color hex is 0.00, 0.89, 0.35, 0.27. Web safe color of #bb147a is #cc0066. Color #bb147a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 01111010
Octal 273 24 172
Decimal 187 20 122
Hex BB 14 7A

RGB Percentages of Color #bb147a

%56.84
%6.08
%37.08

CMYK Percentages of Color #bb147a

%0
%89
%35
%27

Triadic Colors of #bb147a

#bb147a #7abb14 #147abb

Analogous Colors of #bb147a

#bb147a #bb1427 #a914bb

Monochromatic Colors of #bb147a

#bb147a

Complementary Color

#bb147a #14bb55

#bb147a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb147a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb147a Color CSS Codes

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

#bb147a Text Font Color

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

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


#bb147a Background Color

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

This div background color is #bb147a


#bb147a Border Color

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

This div border color is #bb147a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,20,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 #bb147a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb147a


Comments

No comments written yet.

Please login to write comment.