Color Hex Logo

#bb309b Color Hex

#BB309B
(187,48,155)
0 Favorites   0 Comments

Color spaces of #bb309b

RGB 18748155
HSL0.870.590.46
HSV314°74°73°
CMYK 0.000.740.17   0.27
XYZ27.466915.045332.4667
Yxy15.04530.36630.2007
Hunter Lab38.788358.5206-22.4753
CIE-Lab45.696264.6359-27.2425

#bb309b color RGB value is (187,48,155).

#bb309b hex color red value is 187, green value is 48 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bb309b hue: 0.87 , saturation: 0.59 and the lightness value of bb309b is 0.46.

The process color (four color CMYK) of #bb309b color hex is 0.00, 0.74, 0.17, 0.27. Web safe color of #bb309b is #cc3399. Color #bb309b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 10011011
Octal 273 60 233
Decimal 187 48 155
Hex BB 30 9B

RGB Percentages of Color #bb309b

%47.95
%12.31
%39.74

CMYK Percentages of Color #bb309b

%0
%74
%17
%27

Triadic Colors of #bb309b

#bb309b #9bbb30 #309bbb

Analogous Colors of #bb309b

#bb309b #bb3056 #9630bb

Monochromatic Colors of #bb309b

#bb309b

Complementary Color

#bb309b #30bb50

#bb309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb309b Color CSS Codes

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

#bb309b Text Font Color

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

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


#bb309b Background Color

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

This div background color is #bb309b


#bb309b Border Color

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

This div border color is #bb309b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb309b


Comments

No comments written yet.

Please login to write comment.