Color Hex Logo

#bc044f Color Hex

#BC044F
(188,4,79)
0 Favorites   0 Comments

Color spaces of #bc044f

RGB 188479
HSL0.930.960.38
HSV336°98°74°
CMYK 0.000.980.58   0.26
XYZ22.193711.34278.4168
Yxy11.34270.52900.2704
Hunter Lab33.678958.68968.7579
CIE-Lab40.151865.859911.6161

#bc044f color RGB value is (188,4,79).

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

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

Base Numbers

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

RGB Percentages of Color #bc044f

%69.37
%1.48
%29.15

CMYK Percentages of Color #bc044f

%0
%98
%58
%26

Triadic Colors of #bc044f

#bc044f #4fbc04 #044fbc

Analogous Colors of #bc044f

#bc044f #bc1504 #bc04ab

Monochromatic Colors of #bc044f

#bc044f

Complementary Color

#bc044f #04bc71

#bc044f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc044f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc044f Color CSS Codes

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

#bc044f Text Font Color

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

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


#bc044f Background Color

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

This div background color is #bc044f


#bc044f Border Color

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

This div border color is #bc044f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,4,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 #bc044f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc044f


Comments

No comments written yet.

Please login to write comment.