Color Hex Logo

#bc423e Color Hex

#BC423E
(188,66,62)
0 Favorites   0 Comments

Color spaces of #bc423e

RGB 1886662
HSL0.010.500.49
HSV67°74°
CMYK 0.000.650.67   0.26
XYZ23.556814.93566.1987
Yxy14.93560.52710.3342
Hunter Lab38.646641.172017.5428
CIE-Lab45.545948.788229.1751

#bc423e color RGB value is (188,66,62).

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

The process color (four color CMYK) of #bc423e color hex is 0.00, 0.65, 0.67, 0.26. Web safe color of #bc423e is #cc3333. Color #bc423e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 00111110
Octal 274 102 76
Decimal 188 66 62
Hex BC 42 3E

RGB Percentages of Color #bc423e

%59.49
%20.89
%19.62

CMYK Percentages of Color #bc423e

%0
%65
%67
%26

Triadic Colors of #bc423e

#bc423e #3ebc42 #423ebc

Analogous Colors of #bc423e

#bc423e #bc813e #bc3e79

Monochromatic Colors of #bc423e

#bc423e

Complementary Color

#bc423e #3eb8bc

#bc423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc423e Color CSS Codes

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

#bc423e Text Font Color

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

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


#bc423e Background Color

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

This div background color is #bc423e


#bc423e Border Color

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

This div border color is #bc423e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc423e


Comments

No comments written yet.

Please login to write comment.