Color Hex Logo

#bb469a Color Hex

#BB469A
(187,70,154)
0 Favorites   0 Comments

Color spaces of #bb469a

RGB 18770154
HSL0.880.460.50
HSV317°63°73°
CMYK 0.000.630.18   0.27
XYZ28.516417.278232.4039
Yxy17.27820.36470.2210
Hunter Lab41.567149.7147-17.1230
CIE-Lab48.608756.2398-22.1348

#bb469a color RGB value is (187,70,154).

#bb469a hex color red value is 187, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb469a hue: 0.88 , saturation: 0.46 and the lightness value of bb469a is 0.50.

The process color (four color CMYK) of #bb469a color hex is 0.00, 0.63, 0.18, 0.27. Web safe color of #bb469a is #cc3399. Color #bb469a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 10011010
Octal 273 106 232
Decimal 187 70 154
Hex BB 46 9A

RGB Percentages of Color #bb469a

%45.50
%17.03
%37.47

CMYK Percentages of Color #bb469a

%0
%63
%18
%27

Triadic Colors of #bb469a

#bb469a #9abb46 #469abb

Analogous Colors of #bb469a

#bb469a #bb4660 #a246bb

Monochromatic Colors of #bb469a

#bb469a

Complementary Color

#bb469a #46bb67

#bb469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb469a Color CSS Codes

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

#bb469a Text Font Color

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

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


#bb469a Background Color

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

This div background color is #bb469a


#bb469a Border Color

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

This div border color is #bb469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb469a


Comments

No comments written yet.

Please login to write comment.