Color Hex Logo

#bc014d Color Hex

#BC014D
(188,1,77)
0 Favorites   0 Comments

Color spaces of #bc014d

RGB 188177
HSL0.930.990.37
HSV336°99°74°
CMYK 0.000.990.59   0.26
XYZ22.089411.24898.0282
Yxy11.24890.53400.2719
Hunter Lab33.539458.86819.2855
CIE-Lab39.996666.045912.6804

#bc014d color RGB value is (188,1,77).

#bc014d hex color red value is 188, green value is 1 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc014d hue: 0.93 , saturation: 0.99 and the lightness value of bc014d is 0.37.

The process color (four color CMYK) of #bc014d color hex is 0.00, 0.99, 0.59, 0.26. Web safe color of #bc014d is #cc0066. Color #bc014d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 01001101
Octal 274 1 115
Decimal 188 1 77
Hex BC 1 4D

RGB Percentages of Color #bc014d

%70.68
%0.38
%28.95

CMYK Percentages of Color #bc014d

%0
%99
%59
%26

Triadic Colors of #bc014d

#bc014d #4dbc01 #014dbc

Analogous Colors of #bc014d

#bc014d #bc1301 #bc01ab

Monochromatic Colors of #bc014d

#bc014d

Complementary Color

#bc014d #01bc70

#bc014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc014d Color CSS Codes

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

#bc014d Text Font Color

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

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


#bc014d Background Color

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

This div background color is #bc014d


#bc014d Border Color

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

This div border color is #bc014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc014d


Comments

No comments written yet.

Please login to write comment.