Color Hex Logo

#bc3670 Color Hex

#BC3670
(188,54,112)
0 Favorites   0 Comments

Color spaces of #bc3670

RGB 18854112
HSL0.930.550.47
HSV334°71°74°
CMYK 0.000.710.40   0.26
XYZ24.982814.499616.8112
Yxy14.49960.44380.2576
Hunter Lab38.078350.47490.4789
CIE-Lab44.941157.6087-2.2234

#bc3670 color RGB value is (188,54,112).

#bc3670 hex color red value is 188, green value is 54 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bc3670 hue: 0.93 , saturation: 0.55 and the lightness value of bc3670 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 01110000
Octal 274 66 160
Decimal 188 54 112
Hex BC 36 70

RGB Percentages of Color #bc3670

%53.11
%15.25
%31.64

CMYK Percentages of Color #bc3670

%0
%71
%40
%26

Triadic Colors of #bc3670

#bc3670 #70bc36 #3670bc

Analogous Colors of #bc3670

#bc3670 #bc3f36 #bc36b3

Monochromatic Colors of #bc3670

#bc3670

Complementary Color

#bc3670 #36bc82

#bc3670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3670 Color CSS Codes

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

#bc3670 Text Font Color

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

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


#bc3670 Background Color

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

This div background color is #bc3670


#bc3670 Border Color

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

This div border color is #bc3670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3670


Comments

No comments written yet.

Please login to write comment.