Color Hex Logo

#bc384d Color Hex

#BC384D
(188,56,77)
0 Favorites   0 Comments

Color spaces of #bc384d

RGB 1885677
HSL0.970.540.48
HSV350°70°74°
CMYK 0.000.700.59   0.26
XYZ23.492814.05558.4960
Yxy14.05550.51020.3053
Hunter Lab37.490746.244912.8074
CIE-Lab44.312453.820018.5233

#bc384d color RGB value is (188,56,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 01001101
Octal 274 70 115
Decimal 188 56 77
Hex BC 38 4D

RGB Percentages of Color #bc384d

%58.57
%17.45
%23.99

CMYK Percentages of Color #bc384d

%0
%70
%59
%26

Triadic Colors of #bc384d

#bc384d #4dbc38 #384dbc

Analogous Colors of #bc384d

#bc384d #bc6538 #bc388f

Monochromatic Colors of #bc384d

#bc384d

Complementary Color

#bc384d #38bca7

#bc384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc384d Color CSS Codes

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

#bc384d Text Font Color

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

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


#bc384d Background Color

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

This div background color is #bc384d


#bc384d Border Color

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

This div border color is #bc384d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bc384d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc384d


Comments

No comments written yet.

Please login to write comment.