Color Hex Logo

#bc004a Color Hex

#BC004A
(188,0,74)
0 Favorites   0 Comments

Color spaces of #bc004a

RGB 188074
HSL0.931.000.37
HSV336°100°74°
CMYK 0.001.000.61   0.26
XYZ21.975111.18587.4794
Yxy11.18580.54070.2752
Hunter Lab33.445258.754110.1525
CIE-Lab39.891765.966914.4558

#bc004a color RGB value is (188,0,74).

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

The process color (four color CMYK) of #bc004a color hex is 0.00, 1.00, 0.61, 0.26. Web safe color of #bc004a is #cc0033. Color #bc004a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 01001010
Octal 274 0 112
Decimal 188 0 74
Hex BC 0 4A

RGB Percentages of Color #bc004a

%71.76
%0.00
%28.24

CMYK Percentages of Color #bc004a

%0
%100
%61
%26

Triadic Colors of #bc004a

#bc004a #4abc00 #004abc

Analogous Colors of #bc004a

#bc004a #bc1400 #bc00a8

Monochromatic Colors of #bc004a

#bc004a

Complementary Color

#bc004a #00bc72

#bc004a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc004a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc004a Color CSS Codes

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

#bc004a Text Font Color

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

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


#bc004a Background Color

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

This div background color is #bc004a


#bc004a Border Color

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

This div border color is #bc004a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc004a


Comments

No comments written yet.

Please login to write comment.