Color Hex Logo

#bb383d Color Hex

#BB383D
(187,56,61)
0 Favorites   0 Comments

Color spaces of #bb383d

RGB 1875661
HSL0.990.540.48
HSV358°70°73°
CMYK 0.000.700.67   0.27
XYZ22.750013.73015.8660
Yxy13.73010.53720.3242
Hunter Lab37.054144.748216.5518
CIE-Lab43.843352.499327.6416

#bb383d color RGB value is (187,56,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 00111101
Octal 273 70 75
Decimal 187 56 61
Hex BB 38 3D

RGB Percentages of Color #bb383d

%61.51
%18.42
%20.07

CMYK Percentages of Color #bb383d

%0
%70
%67
%27

Triadic Colors of #bb383d

#bb383d #3dbb38 #383dbb

Analogous Colors of #bb383d

#bb383d #bb7538 #bb387f

Monochromatic Colors of #bb383d

#bb383d

Complementary Color

#bb383d #38bbb6

#bb383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb383d Color CSS Codes

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

#bb383d Text Font Color

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

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


#bb383d Background Color

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

This div background color is #bb383d


#bb383d Border Color

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

This div border color is #bb383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb383d


Comments

No comments written yet.

Please login to write comment.