Color Hex Logo

#bc757f Color Hex

#BC757F
(188,117,127)
0 Favorites   0 Comments

Color spaces of #bc757f

RGB 188117127
HSL0.980.350.60
HSV352°38°74°
CMYK 0.000.380.32   0.26
XYZ30.931124.946323.2635
Yxy24.94630.39080.3152
Hunter Lab49.946323.13687.3469
CIE-Lab57.023129.16406.3375

#bc757f color RGB value is (188,117,127).

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

The process color (four color CMYK) of #bc757f color hex is 0.00, 0.38, 0.32, 0.26. Web safe color of #bc757f is #cc6666. Color #bc757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01111111
Octal 274 165 177
Decimal 188 117 127
Hex BC 75 7F

RGB Percentages of Color #bc757f

%43.52
%27.08
%29.40

CMYK Percentages of Color #bc757f

%0
%38
%32
%26

Triadic Colors of #bc757f

#bc757f #7fbc75 #757fbc

Analogous Colors of #bc757f

#bc757f #bc8f75 #bc75a3

Monochromatic Colors of #bc757f

#bc757f

Complementary Color

#bc757f #75bcb2

#bc757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc757f Color CSS Codes

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

#bc757f Text Font Color

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

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


#bc757f Background Color

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

This div background color is #bc757f


#bc757f Border Color

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

This div border color is #bc757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc757f


Comments

No comments written yet.

Please login to write comment.