Color Hex Logo

#bc768f Color Hex

#BC768F
(188,118,143)
0 Favorites   0 Comments

Color spaces of #bc768f

RGB 188118143
HSL0.940.340.60
HSV339°37°74°
CMYK 0.000.370.24   0.26
XYZ32.175425.631429.2381
Yxy25.63140.36960.2945
Hunter Lab50.627524.84451.1984
CIE-Lab57.685530.8599-1.9867

#bc768f color RGB value is (188,118,143).

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

The process color (four color CMYK) of #bc768f color hex is 0.00, 0.37, 0.24, 0.26. Web safe color of #bc768f is #cc6699. Color #bc768f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 10001111
Octal 274 166 217
Decimal 188 118 143
Hex BC 76 8F

RGB Percentages of Color #bc768f

%41.87
%26.28
%31.85

CMYK Percentages of Color #bc768f

%0
%37
%24
%26

Triadic Colors of #bc768f

#bc768f #8fbc76 #768fbc

Analogous Colors of #bc768f

#bc768f #bc8076 #bc76b2

Monochromatic Colors of #bc768f

#bc768f

Complementary Color

#bc768f #76bca3

#bc768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc768f Color CSS Codes

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

#bc768f Text Font Color

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

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


#bc768f Background Color

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

This div background color is #bc768f


#bc768f Border Color

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

This div border color is #bc768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc768f


Comments

No comments written yet.

Please login to write comment.