Color Hex Logo

#bb383a Color Hex

#BB383A
(187,56,58)
0 Favorites   0 Comments

Color spaces of #bb383a

RGB 1875658
HSL1.000.540.48
HSV359°70°73°
CMYK 0.000.700.69   0.27
XYZ22.671413.69865.4522
Yxy13.69860.54210.3275
Hunter Lab37.011644.569517.1741
CIE-Lab43.797552.338829.3823

#bb383a color RGB value is (187,56,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 00111010
Octal 273 70 72
Decimal 187 56 58
Hex BB 38 3A

RGB Percentages of Color #bb383a

%62.13
%18.60
%19.27

CMYK Percentages of Color #bb383a

%0
%70
%69
%27

Triadic Colors of #bb383a

#bb383a #3abb38 #383abb

Analogous Colors of #bb383a

#bb383a #bb7838 #bb387c

Monochromatic Colors of #bb383a

#bb383a

Complementary Color

#bb383a #38bbb9

#bb383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb383a Color CSS Codes

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

#bb383a Text Font Color

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

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


#bb383a Background Color

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

This div background color is #bb383a


#bb383a Border Color

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

This div border color is #bb383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb383a


Comments

No comments written yet.

Please login to write comment.