Color Hex Logo

#bc787c Color Hex

#BC787C
(188,120,124)
0 Favorites   0 Comments

Color spaces of #bc787c

RGB 188120124
HSL0.990.340.60
HSV356°36°74°
CMYK 0.000.360.34   0.26
XYZ31.093625.579522.3673
Yxy25.57950.39340.3236
Hunter Lab50.576221.23129.1823
CIE-Lab57.635727.12448.9494

#bc787c color RGB value is (188,120,124).

#bc787c hex color red value is 188, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bc787c hue: 0.99 , saturation: 0.34 and the lightness value of bc787c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 01111100
Octal 274 170 174
Decimal 188 120 124
Hex BC 78 7C

RGB Percentages of Color #bc787c

%43.52
%27.78
%28.70

CMYK Percentages of Color #bc787c

%0
%36
%34
%26

Triadic Colors of #bc787c

#bc787c #7cbc78 #787cbc

Analogous Colors of #bc787c

#bc787c #bc9678 #bc789e

Monochromatic Colors of #bc787c

#bc787c

Complementary Color

#bc787c #78bcb8

#bc787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc787c Color CSS Codes

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

#bc787c Text Font Color

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

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


#bc787c Background Color

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

This div background color is #bc787c


#bc787c Border Color

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

This div border color is #bc787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc787c


Comments

No comments written yet.

Please login to write comment.