Color Hex Logo

#bc1435 Color Hex

#BC1435
(188,20,53)
0 Favorites   0 Comments

Color spaces of #bc1435

RGB 1882053
HSL0.970.810.41
HSV348°89°74°
CMYK 0.000.890.72   0.26
XYZ21.631811.44874.4379
Yxy11.44870.57660.3051
Hunter Lab33.835954.904815.9087
CIE-Lab40.326162.487728.2854

#bc1435 color RGB value is (188,20,53).

#bc1435 hex color red value is 188, green value is 20 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bc1435 hue: 0.97 , saturation: 0.81 and the lightness value of bc1435 is 0.41.

The process color (four color CMYK) of #bc1435 color hex is 0.00, 0.89, 0.72, 0.26. Web safe color of #bc1435 is #cc0033. Color #bc1435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 00110101
Octal 274 24 65
Decimal 188 20 53
Hex BC 14 35

RGB Percentages of Color #bc1435

%72.03
%7.66
%20.31

CMYK Percentages of Color #bc1435

%0
%89
%72
%26

Triadic Colors of #bc1435

#bc1435 #35bc14 #1435bc

Analogous Colors of #bc1435

#bc1435 #bc4714 #bc1489

Monochromatic Colors of #bc1435

#bc1435

Complementary Color

#bc1435 #14bc9b

#bc1435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1435 Color CSS Codes

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

#bc1435 Text Font Color

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

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


#bc1435 Background Color

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

This div background color is #bc1435


#bc1435 Border Color

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

This div border color is #bc1435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1435


Comments

No comments written yet.

Please login to write comment.