Color Hex Logo

#bc767d Color Hex

#BC767D
(188,118,125)
0 Favorites   0 Comments

Color spaces of #bc767d

RGB 188118125
HSL0.980.340.60
HSV354°37°74°
CMYK 0.000.370.34   0.26
XYZ30.919125.128922.6228
Yxy25.12890.39300.3194
Hunter Lab50.128722.37248.3329
CIE-Lab57.200828.35347.7518

#bc767d color RGB value is (188,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 01111101
Octal 274 166 175
Decimal 188 118 125
Hex BC 76 7D

RGB Percentages of Color #bc767d

%43.62
%27.38
%29.00

CMYK Percentages of Color #bc767d

%0
%37
%34
%26

Triadic Colors of #bc767d

#bc767d #7dbc76 #767dbc

Analogous Colors of #bc767d

#bc767d #bc9276 #bc76a0

Monochromatic Colors of #bc767d

#bc767d

Complementary Color

#bc767d #76bcb5

#bc767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc767d Color CSS Codes

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

#bc767d Text Font Color

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

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


#bc767d Background Color

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

This div background color is #bc767d


#bc767d Border Color

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

This div border color is #bc767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc767d


Comments

No comments written yet.

Please login to write comment.