Color Hex Logo

#bc436b Color Hex

#BC436B
(188,67,107)
0 Favorites   0 Comments

Color spaces of #bc436b

RGB 18867107
HSL0.940.470.50
HSV340°64°74°
CMYK 0.000.640.43   0.26
XYZ25.400015.767215.6146
Yxy15.76720.44730.2777
Hunter Lab39.707944.69234.4806
CIE-Lab46.667651.93993.3619

#bc436b color RGB value is (188,67,107).

#bc436b hex color red value is 188, green value is 67 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bc436b hue: 0.94 , saturation: 0.47 and the lightness value of bc436b is 0.50.

The process color (four color CMYK) of #bc436b color hex is 0.00, 0.64, 0.43, 0.26. Web safe color of #bc436b is #cc3366. Color #bc436b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 01101011
Octal 274 103 153
Decimal 188 67 107
Hex BC 43 6B

RGB Percentages of Color #bc436b

%51.93
%18.51
%29.56

CMYK Percentages of Color #bc436b

%0
%64
%43
%26

Triadic Colors of #bc436b

#bc436b #6bbc43 #436bbc

Analogous Colors of #bc436b

#bc436b #bc5743 #bc43a8

Monochromatic Colors of #bc436b

#bc436b

Complementary Color

#bc436b #43bc94

#bc436b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc436b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc436b Color CSS Codes

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

#bc436b Text Font Color

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

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


#bc436b Background Color

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

This div background color is #bc436b


#bc436b Border Color

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

This div border color is #bc436b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc436b


Comments

No comments written yet.

Please login to write comment.