Color Hex Logo

#bc074f Color Hex

#BC074F
(188,7,79)
0 Favorites   0 Comments

Color spaces of #bc074f

RGB 188779
HSL0.930.930.38
HSV336°96°74°
CMYK 0.000.960.58   0.26
XYZ22.226311.40788.4276
Yxy11.40780.52840.2712
Hunter Lab33.775458.35698.8488
CIE-Lab40.259065.548511.7646

#bc074f color RGB value is (188,7,79).

#bc074f hex color red value is 188, green value is 7 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bc074f hue: 0.93 , saturation: 0.93 and the lightness value of bc074f is 0.38.

The process color (four color CMYK) of #bc074f color hex is 0.00, 0.96, 0.58, 0.26. Web safe color of #bc074f is #cc0066. Color #bc074f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 01001111
Octal 274 7 117
Decimal 188 7 79
Hex BC 7 4F

RGB Percentages of Color #bc074f

%68.61
%2.55
%28.83

CMYK Percentages of Color #bc074f

%0
%96
%58
%26

Triadic Colors of #bc074f

#bc074f #4fbc07 #074fbc

Analogous Colors of #bc074f

#bc074f #bc1907 #bc07aa

Monochromatic Colors of #bc074f

#bc074f

Complementary Color

#bc074f #07bc74

#bc074f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc074f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc074f Color CSS Codes

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

#bc074f Text Font Color

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

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


#bc074f Background Color

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

This div background color is #bc074f


#bc074f Border Color

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

This div border color is #bc074f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc074f


Comments

No comments written yet.

Please login to write comment.