Color Hex Logo

#bc707c Color Hex

#BC707C
(188,112,124)
0 Favorites   0 Comments

Color spaces of #bc707c

RGB 188112124
HSL0.970.360.59
HSV351°40°74°
CMYK 0.000.400.34   0.26
XYZ30.171323.734922.0599
Yxy23.73490.39720.3124
Hunter Lab48.718525.28757.2562
CIE-Lab55.821431.50426.3643

#bc707c color RGB value is (188,112,124).

#bc707c hex color red value is 188, green value is 112 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bc707c hue: 0.97 , saturation: 0.36 and the lightness value of bc707c is 0.59.

The process color (four color CMYK) of #bc707c color hex is 0.00, 0.40, 0.34, 0.26. Web safe color of #bc707c is #cc6666. Color #bc707c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 01111100
Octal 274 160 174
Decimal 188 112 124
Hex BC 70 7C

RGB Percentages of Color #bc707c

%44.34
%26.42
%29.25

CMYK Percentages of Color #bc707c

%0
%40
%34
%26

Triadic Colors of #bc707c

#bc707c #7cbc70 #707cbc

Analogous Colors of #bc707c

#bc707c #bc8a70 #bc70a2

Monochromatic Colors of #bc707c

#bc707c

Complementary Color

#bc707c #70bcb0

#bc707c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc707c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc707c Color CSS Codes

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

#bc707c Text Font Color

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

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


#bc707c Background Color

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

This div background color is #bc707c


#bc707c Border Color

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

This div border color is #bc707c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc707c


Comments

No comments written yet.

Please login to write comment.