Color Hex Logo

#bc232f Color Hex

#BC232F
(188,35,47)
0 Favorites   0 Comments

Color spaces of #bc232f

RGB 1883547
HSL0.990.690.44
HSV355°81°74°
CMYK 0.000.810.75   0.26
XYZ21.853212.09873.8728
Yxy12.09870.57770.3199
Hunter Lab34.783251.275517.7468
CIE-Lab41.372659.015233.1446

#bc232f color RGB value is (188,35,47).

#bc232f hex color red value is 188, green value is 35 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc232f hue: 0.99 , saturation: 0.69 and the lightness value of bc232f is 0.44.

The process color (four color CMYK) of #bc232f color hex is 0.00, 0.81, 0.75, 0.26. Web safe color of #bc232f is #cc3333. Color #bc232f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 00101111
Octal 274 43 57
Decimal 188 35 47
Hex BC 23 2F

RGB Percentages of Color #bc232f

%69.63
%12.96
%17.41

CMYK Percentages of Color #bc232f

%0
%81
%75
%26

Triadic Colors of #bc232f

#bc232f #2fbc23 #232fbc

Analogous Colors of #bc232f

#bc232f #bc6323 #bc237c

Monochromatic Colors of #bc232f

#bc232f

Complementary Color

#bc232f #23bcb0

#bc232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc232f Color CSS Codes

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

#bc232f Text Font Color

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

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


#bc232f Background Color

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

This div background color is #bc232f


#bc232f Border Color

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

This div border color is #bc232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc232f


Comments

No comments written yet.

Please login to write comment.