Color Hex Logo

#bb352d Color Hex

#BB352D
(187,53,45)
0 Favorites   0 Comments

Color spaces of #bb352d

RGB 1875345
HSL0.010.610.45
HSV76°73°
CMYK 0.000.720.76   0.27
XYZ22.240313.30053.8777
Yxy13.30050.56420.3374
Hunter Lab36.469945.031919.2248
CIE-Lab43.212652.882136.2893

#bb352d color RGB value is (187,53,45).

#bb352d hex color red value is 187, green value is 53 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bb352d hue: 0.01 , saturation: 0.61 and the lightness value of bb352d is 0.45.

The process color (four color CMYK) of #bb352d color hex is 0.00, 0.72, 0.76, 0.27. Web safe color of #bb352d is #cc3333. Color #bb352d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 00101101
Octal 273 65 55
Decimal 187 53 45
Hex BB 35 2D

RGB Percentages of Color #bb352d

%65.61
%18.60
%15.79

CMYK Percentages of Color #bb352d

%0
%72
%76
%27

Triadic Colors of #bb352d

#bb352d #2dbb35 #352dbb

Analogous Colors of #bb352d

#bb352d #bb7c2d #bb2d6c

Monochromatic Colors of #bb352d

#bb352d

Complementary Color

#bb352d #2db3bb

#bb352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb352d Color CSS Codes

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

#bb352d Text Font Color

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

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


#bb352d Background Color

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

This div background color is #bb352d


#bb352d Border Color

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

This div border color is #bb352d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb352d


Comments

No comments written yet.

Please login to write comment.