Color Hex Logo

#bc449f Color Hex

#BC449F
(188,68,159)
0 Favorites   0 Comments

Color spaces of #bc449f

RGB 18868159
HSL0.870.470.50
HSV315°64°74°
CMYK 0.000.640.15   0.26
XYZ29.064217.328834.6138
Yxy17.32880.35880.2139
Hunter Lab41.627951.7783-20.1604
CIE-Lab48.671758.0980-24.9951

#bc449f color RGB value is (188,68,159).

#bc449f hex color red value is 188, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc449f hue: 0.87 , saturation: 0.47 and the lightness value of bc449f is 0.50.

The process color (four color CMYK) of #bc449f color hex is 0.00, 0.64, 0.15, 0.26. Web safe color of #bc449f is #cc3399. Color #bc449f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 10011111
Octal 274 104 237
Decimal 188 68 159
Hex BC 44 9F

RGB Percentages of Color #bc449f

%45.30
%16.39
%38.31

CMYK Percentages of Color #bc449f

%0
%64
%15
%26

Triadic Colors of #bc449f

#bc449f #9fbc44 #449fbc

Analogous Colors of #bc449f

#bc449f #bc4463 #9d44bc

Monochromatic Colors of #bc449f

#bc449f

Complementary Color

#bc449f #44bc61

#bc449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc449f Color CSS Codes

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

#bc449f Text Font Color

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

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


#bc449f Background Color

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

This div background color is #bc449f


#bc449f Border Color

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

This div border color is #bc449f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc449f


Comments

No comments written yet.

Please login to write comment.