Color Hex Logo

#bb354a Color Hex

#BB354A
(187,53,74)
0 Favorites   0 Comments

Color spaces of #bb354a

RGB 1875374
HSL0.970.560.47
HSV351°72°73°
CMYK 0.000.720.60   0.27
XYZ23.002713.60547.8923
Yxy13.60540.51690.3057
Hunter Lab36.885546.767313.1337
CIE-Lab43.661654.427819.4754

#bb354a color RGB value is (187,53,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 01001010
Octal 273 65 112
Decimal 187 53 74
Hex BB 35 4A

RGB Percentages of Color #bb354a

%59.55
%16.88
%23.57

CMYK Percentages of Color #bb354a

%0
%72
%60
%27

Triadic Colors of #bb354a

#bb354a #4abb35 #354abb

Analogous Colors of #bb354a

#bb354a #bb6335 #bb358d

Monochromatic Colors of #bb354a

#bb354a

Complementary Color

#bb354a #35bba6

#bb354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb354a Color CSS Codes

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

#bb354a Text Font Color

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

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


#bb354a Background Color

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

This div background color is #bb354a


#bb354a Border Color

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

This div border color is #bb354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb354a


Comments

No comments written yet.

Please login to write comment.