Color Hex Logo

#bc375c Color Hex

#BC375C
(188,55,92)
0 Favorites   0 Comments

Color spaces of #bc375c

RGB 1885592
HSL0.950.550.48
HSV343°71°74°
CMYK 0.000.710.51   0.26
XYZ24.037014.196411.5985
Yxy14.19640.48240.2849
Hunter Lab37.678147.93868.1234
CIE-Lab44.513355.35879.5255

#bc375c color RGB value is (188,55,92).

#bc375c hex color red value is 188, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bc375c hue: 0.95 , saturation: 0.55 and the lightness value of bc375c is 0.48.

The process color (four color CMYK) of #bc375c color hex is 0.00, 0.71, 0.51, 0.26. Web safe color of #bc375c is #cc3366. Color #bc375c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 01011100
Octal 274 67 134
Decimal 188 55 92
Hex BC 37 5C

RGB Percentages of Color #bc375c

%56.12
%16.42
%27.46

CMYK Percentages of Color #bc375c

%0
%71
%51
%26

Triadic Colors of #bc375c

#bc375c #5cbc37 #375cbc

Analogous Colors of #bc375c

#bc375c #bc5437 #bc379f

Monochromatic Colors of #bc375c

#bc375c

Complementary Color

#bc375c #37bc97

#bc375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc375c Color CSS Codes

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

#bc375c Text Font Color

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

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


#bc375c Background Color

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

This div background color is #bc375c


#bc375c Border Color

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

This div border color is #bc375c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,55,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc375c


Comments

No comments written yet.

Please login to write comment.