Color Hex Logo

#bb384d Color Hex

#BB384D
(187,56,77)
0 Favorites   0 Comments

Color spaces of #bb384d

RGB 1875677
HSL0.970.540.48
HSV350°70°73°
CMYK 0.000.700.59   0.27
XYZ23.247213.92908.4845
Yxy13.92900.50910.3051
Hunter Lab37.321645.872912.6464
CIE-Lab44.130953.505018.2489

#bb384d color RGB value is (187,56,77).

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

The process color (four color CMYK) of #bb384d color hex is 0.00, 0.70, 0.59, 0.27. Web safe color of #bb384d is #cc3366. Color #bb384d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 01001101
Octal 273 70 115
Decimal 187 56 77
Hex BB 38 4D

RGB Percentages of Color #bb384d

%58.44
%17.50
%24.06

CMYK Percentages of Color #bb384d

%0
%70
%59
%27

Triadic Colors of #bb384d

#bb384d #4dbb38 #384dbb

Analogous Colors of #bb384d

#bb384d #bb6538 #bb388f

Monochromatic Colors of #bb384d

#bb384d

Complementary Color

#bb384d #38bba6

#bb384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb384d Color CSS Codes

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

#bb384d Text Font Color

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

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


#bb384d Background Color

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

This div background color is #bb384d


#bb384d Border Color

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

This div border color is #bb384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb384d


Comments

No comments written yet.

Please login to write comment.