Color Hex Logo

#bc083d Color Hex

#BC083D
(188,8,61)
0 Favorites   0 Comments

Color spaces of #bc083d

RGB 188861
HSL0.950.920.38
HSV342°96°74°
CMYK 0.000.960.68   0.26
XYZ21.668211.20205.4350
Yxy11.20200.56570.2924
Hunter Lab33.469456.990113.8006
CIE-Lab39.918664.415322.7721

#bc083d color RGB value is (188,8,61).

#bc083d hex color red value is 188, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bc083d hue: 0.95 , saturation: 0.92 and the lightness value of bc083d is 0.38.

The process color (four color CMYK) of #bc083d color hex is 0.00, 0.96, 0.68, 0.26. Web safe color of #bc083d is #cc0033. Color #bc083d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 00111101
Octal 274 10 75
Decimal 188 8 61
Hex BC 8 3D

RGB Percentages of Color #bc083d

%73.15
%3.11
%23.74

CMYK Percentages of Color #bc083d

%0
%96
%68
%26

Triadic Colors of #bc083d

#bc083d #3dbc08 #083dbc

Analogous Colors of #bc083d

#bc083d #bc2d08 #bc0897

Monochromatic Colors of #bc083d

#bc083d

Complementary Color

#bc083d #08bc87

#bc083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc083d Color CSS Codes

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

#bc083d Text Font Color

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

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


#bc083d Background Color

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

This div background color is #bc083d


#bc083d Border Color

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

This div border color is #bc083d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc083d


Comments

No comments written yet.

Please login to write comment.