Color Hex Logo

#bc768d Color Hex

#BC768D
(188,118,141)
0 Favorites   0 Comments

Color spaces of #bc768d

RGB 188118141
HSL0.950.340.60
HSV340°37°74°
CMYK 0.000.370.25   0.26
XYZ32.025225.571328.4471
Yxy25.57130.37220.2972
Hunter Lab50.568124.55152.0440
CIE-Lab57.627930.5652-0.9118

#bc768d color RGB value is (188,118,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 10001101
Octal 274 166 215
Decimal 188 118 141
Hex BC 76 8D

RGB Percentages of Color #bc768d

%42.06
%26.40
%31.54

CMYK Percentages of Color #bc768d

%0
%37
%25
%26

Triadic Colors of #bc768d

#bc768d #8dbc76 #768dbc

Analogous Colors of #bc768d

#bc768d #bc8276 #bc76b0

Monochromatic Colors of #bc768d

#bc768d

Complementary Color

#bc768d #76bca5

#bc768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc768d Color CSS Codes

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

#bc768d Text Font Color

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

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


#bc768d Background Color

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

This div background color is #bc768d


#bc768d Border Color

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

This div border color is #bc768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc768d


Comments

No comments written yet.

Please login to write comment.