Color Hex Logo

#bb345d Color Hex

#BB345D
(187,52,93)
0 Favorites   0 Comments

Color spaces of #bb345d

RGB 1875293
HSL0.950.560.47
HSV342°72°73°
CMYK 0.000.720.50   0.27
XYZ23.697313.811111.7727
Yxy13.81110.48090.2803
Hunter Lab37.163348.78547.2322
CIE-Lab43.960856.24358.1006

#bb345d color RGB value is (187,52,93).

#bb345d hex color red value is 187, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bb345d hue: 0.95 , saturation: 0.56 and the lightness value of bb345d is 0.47.

The process color (four color CMYK) of #bb345d color hex is 0.00, 0.72, 0.50, 0.27. Web safe color of #bb345d is #cc3366. Color #bb345d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 01011101
Octal 273 64 135
Decimal 187 52 93
Hex BB 34 5D

RGB Percentages of Color #bb345d

%56.33
%15.66
%28.01

CMYK Percentages of Color #bb345d

%0
%72
%50
%27

Triadic Colors of #bb345d

#bb345d #5dbb34 #345dbb

Analogous Colors of #bb345d

#bb345d #bb4f34 #bb34a1

Monochromatic Colors of #bb345d

#bb345d

Complementary Color

#bb345d #34bb92

#bb345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb345d Color CSS Codes

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

#bb345d Text Font Color

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

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


#bb345d Background Color

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

This div background color is #bb345d


#bb345d Border Color

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

This div border color is #bb345d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb345d


Comments

No comments written yet.

Please login to write comment.