Color Hex Logo

#bb383e Color Hex

#BB383E
(187,56,62)
0 Favorites   0 Comments

Color spaces of #bb383e

RGB 1875662
HSL0.990.540.48
HSV357°70°73°
CMYK 0.000.700.67   0.27
XYZ22.777213.74096.0092
Yxy13.74090.53560.3231
Hunter Lab37.068744.810616.3366
CIE-Lab43.859052.555327.0589

#bb383e color RGB value is (187,56,62).

#bb383e hex color red value is 187, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb383e hue: 0.99 , saturation: 0.54 and the lightness value of bb383e is 0.48.

The process color (four color CMYK) of #bb383e color hex is 0.00, 0.70, 0.67, 0.27. Web safe color of #bb383e is #cc3333. Color #bb383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 00111110
Octal 273 70 76
Decimal 187 56 62
Hex BB 38 3E

RGB Percentages of Color #bb383e

%61.31
%18.36
%20.33

CMYK Percentages of Color #bb383e

%0
%70
%67
%27

Triadic Colors of #bb383e

#bb383e #3ebb38 #383ebb

Analogous Colors of #bb383e

#bb383e #bb7438 #bb3880

Monochromatic Colors of #bb383e

#bb383e

Complementary Color

#bb383e #38bbb5

#bb383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb383e Color CSS Codes

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

#bb383e Text Font Color

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

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


#bb383e Background Color

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

This div background color is #bb383e


#bb383e Border Color

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

This div border color is #bb383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb383e


Comments

No comments written yet.

Please login to write comment.