Color Hex Logo

#bb305a Color Hex

#BB305A
(187,48,90)
0 Favorites   0 Comments

Color spaces of #bb305a

RGB 1874890
HSL0.950.590.46
HSV342°74°73°
CMYK 0.000.740.52   0.27
XYZ23.395913.416911.0295
Yxy13.41690.48900.2804
Hunter Lab36.629149.91147.7874
CIE-Lab43.384857.38639.1563

#bb305a color RGB value is (187,48,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 01011010
Octal 273 60 132
Decimal 187 48 90
Hex BB 30 5A

RGB Percentages of Color #bb305a

%57.54
%14.77
%27.69

CMYK Percentages of Color #bb305a

%0
%74
%52
%27

Triadic Colors of #bb305a

#bb305a #5abb30 #305abb

Analogous Colors of #bb305a

#bb305a #bb4c30 #bb30a0

Monochromatic Colors of #bb305a

#bb305a

Complementary Color

#bb305a #30bb91

#bb305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb305a Color CSS Codes

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

#bb305a Text Font Color

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

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


#bb305a Background Color

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

This div background color is #bb305a


#bb305a Border Color

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

This div border color is #bb305a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb305a


Comments

No comments written yet.

Please login to write comment.