Color Hex Logo

#bc414e Color Hex

#BC414E
(188,65,78)
0 Favorites   0 Comments

Color spaces of #bc414e

RGB 1886578
HSL0.980.490.50
HSV354°65°74°
CMYK 0.000.650.59   0.26
XYZ24.004515.02208.8421
Yxy15.02200.50150.3138
Hunter Lab38.758242.725213.6046
CIE-Lab45.664350.254819.7090

#bc414e color RGB value is (188,65,78).

#bc414e hex color red value is 188, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc414e hue: 0.98 , saturation: 0.49 and the lightness value of bc414e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 01001110
Octal 274 101 116
Decimal 188 65 78
Hex BC 41 4E

RGB Percentages of Color #bc414e

%56.80
%19.64
%23.56

CMYK Percentages of Color #bc414e

%0
%65
%59
%26

Triadic Colors of #bc414e

#bc414e #4ebc41 #414ebc

Analogous Colors of #bc414e

#bc414e #bc7241 #bc418c

Monochromatic Colors of #bc414e

#bc414e

Complementary Color

#bc414e #41bcaf

#bc414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc414e Color CSS Codes

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

#bc414e Text Font Color

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

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


#bc414e Background Color

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

This div background color is #bc414e


#bc414e Border Color

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

This div border color is #bc414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc414e


Comments

No comments written yet.

Please login to write comment.