color codes Logo

#bc366c color codes

#BC366C
(188,54,108)
0 Favorites   0 Comments

Color spaces of #bc366c

RGB 18854108
HSL0.930.550.47
HSV336°71°74°
CMYK 0.000.710.43   0.26
XYZ24.765014.412415.6640
Yxy14.41240.45160.2628
Hunter Lab37.963750.00522.1112
CIE-Lab44.818657.20290.0639

#bc366c color RGB value is (188,54,108).

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

The process color (four color CMYK) of #bc366c color code is 0.00, 0.71, 0.43, 0.26. Web safe color of #bc366c is #cc3366. Color #bc366c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 01101100
Octal 274 66 154
Decimal 188 54 108
Hex BC 36 6C

RGB Percentages of Color #bc366c

%53.71
%15.43
%30.86

CMYK Percentages of Color #bc366c

%0
%71
%43
%26

Triadic Colors of #bc366c

#bc366c #6cbc36 #366cbc

Analogous Colors of #bc366c

#bc366c #bc4336 #bc36af

Monochromatic Colors of #bc366c

#bc366c

Complementary Color

#bc366c #36bc86

#bc366c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc366c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc366c Color CSS Codes

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

#bc366c Text Font Color

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

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


#bc366c Background Color

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

This div background color is #bc366c


#bc366c Border Color

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

This div border color is #bc366c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc366c


Comments

No comments written yet.

Please login to write comment.