Color Hex Logo

#bc424a Color Hex

#BC424A
(188,66,74)
0 Favorites   0 Comments

Color spaces of #bc424a

RGB 1886674
HSL0.990.480.50
HSV356°65°74°
CMYK 0.000.650.61   0.26
XYZ23.923315.08228.1288
Yxy15.08220.50760.3200
Hunter Lab38.835841.995414.7750
CIE-Lab45.746649.543422.2454

#bc424a color RGB value is (188,66,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01001010
Octal 274 102 112
Decimal 188 66 74
Hex BC 42 4A

RGB Percentages of Color #bc424a

%57.32
%20.12
%22.56

CMYK Percentages of Color #bc424a

%0
%65
%61
%26

Triadic Colors of #bc424a

#bc424a #4abc42 #424abc

Analogous Colors of #bc424a

#bc424a #bc7742 #bc4287

Monochromatic Colors of #bc424a

#bc424a

Complementary Color

#bc424a #42bcb4

#bc424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc424a Color CSS Codes

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

#bc424a Text Font Color

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

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


#bc424a Background Color

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

This div background color is #bc424a


#bc424a Border Color

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

This div border color is #bc424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc424a


Comments

No comments written yet.

Please login to write comment.