Color Hex Logo

#bc749f Color Hex

#BC749F
(188,116,159)
0 Favorites   0 Comments

Color spaces of #bc749f

RGB 188116159
HSL0.900.350.60
HSV324°38°74°
CMYK 0.000.380.15   0.26
XYZ33.242425.685436.0066
Yxy25.68540.35020.2706
Hunter Lab50.680828.3899-6.6466
CIE-Lab57.737234.4472-11.1717

#bc749f color RGB value is (188,116,159).

#bc749f hex color red value is 188, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc749f hue: 0.90 , saturation: 0.35 and the lightness value of bc749f is 0.60.

The process color (four color CMYK) of #bc749f color hex is 0.00, 0.38, 0.15, 0.26. Web safe color of #bc749f is #cc6699. Color #bc749f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 10011111
Octal 274 164 237
Decimal 188 116 159
Hex BC 74 9F

RGB Percentages of Color #bc749f

%40.60
%25.05
%34.34

CMYK Percentages of Color #bc749f

%0
%38
%15
%26

Triadic Colors of #bc749f

#bc749f #9fbc74 #749fbc

Analogous Colors of #bc749f

#bc749f #bc747b #b574bc

Monochromatic Colors of #bc749f

#bc749f

Complementary Color

#bc749f #74bc91

#bc749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc749f Color CSS Codes

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

#bc749f Text Font Color

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

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


#bc749f Background Color

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

This div background color is #bc749f


#bc749f Border Color

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

This div border color is #bc749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc749f


Comments

No comments written yet.

Please login to write comment.