Color Hex Logo

#bc203b Color Hex

#BC203B
(188,32,59)
0 Favorites   0 Comments

Color spaces of #bc203b

RGB 1883259
HSL0.970.710.43
HSV350°83°74°
CMYK 0.000.830.69   0.26
XYZ22.045012.04025.2998
Yxy12.04020.55970.3057
Hunter Lab34.699052.681615.2336
CIE-Lab41.279960.308025.7349

#bc203b color RGB value is (188,32,59).

#bc203b hex color red value is 188, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc203b hue: 0.97 , saturation: 0.71 and the lightness value of bc203b is 0.43.

The process color (four color CMYK) of #bc203b color hex is 0.00, 0.83, 0.69, 0.26. Web safe color of #bc203b is #cc3333. Color #bc203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 00111011
Octal 274 40 73
Decimal 188 32 59
Hex BC 20 3B

RGB Percentages of Color #bc203b

%67.38
%11.47
%21.15

CMYK Percentages of Color #bc203b

%0
%83
%69
%26

Triadic Colors of #bc203b

#bc203b #3bbc20 #203bbc

Analogous Colors of #bc203b

#bc203b #bc5320 #bc2089

Monochromatic Colors of #bc203b

#bc203b

Complementary Color

#bc203b #20bca1

#bc203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc203b Color CSS Codes

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

#bc203b Text Font Color

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

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


#bc203b Background Color

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

This div background color is #bc203b


#bc203b Border Color

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

This div border color is #bc203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc203b


Comments

No comments written yet.

Please login to write comment.