Color Hex Logo

#bb307c Color Hex

#BB307C
(187,48,124)
0 Favorites   0 Comments

Color spaces of #bb307c

RGB 18748124
HSL0.910.590.46
HSV327°74°73°
CMYK 0.000.740.34   0.27
XYZ25.188614.133920.4693
Yxy14.13390.42130.2364
Hunter Lab37.595153.8031-5.9649
CIE-Lab44.424460.7130-10.3919

#bb307c color RGB value is (187,48,124).

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

The process color (four color CMYK) of #bb307c color hex is 0.00, 0.74, 0.34, 0.27. Web safe color of #bb307c is #cc3366. Color #bb307c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 01111100
Octal 273 60 174
Decimal 187 48 124
Hex BB 30 7C

RGB Percentages of Color #bb307c

%52.09
%13.37
%34.54

CMYK Percentages of Color #bb307c

%0
%74
%34
%27

Triadic Colors of #bb307c

#bb307c #7cbb30 #307cbb

Analogous Colors of #bb307c

#bb307c #bb3036 #b530bb

Monochromatic Colors of #bb307c

#bb307c

Complementary Color

#bb307c #30bb6f

#bb307c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb307c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb307c Color CSS Codes

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

#bb307c Text Font Color

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

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


#bb307c Background Color

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

This div background color is #bb307c


#bb307c Border Color

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

This div border color is #bb307c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb307c


Comments

No comments written yet.

Please login to write comment.