Color Hex Logo

#bc798f Color Hex

#BC798F
(188,121,143)
0 Favorites   0 Comments

Color spaces of #bc798f

RGB 188121143
HSL0.950.330.61
HSV340°36°74°
CMYK 0.000.360.24   0.26
XYZ32.534326.349329.3578
Yxy26.34930.36870.2986
Hunter Lab51.331623.30432.0227
CIE-Lab58.367129.2127-0.9873

#bc798f color RGB value is (188,121,143).

#bc798f hex color red value is 188, green value is 121 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bc798f hue: 0.95 , saturation: 0.33 and the lightness value of bc798f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 10001111
Octal 274 171 217
Decimal 188 121 143
Hex BC 79 8F

RGB Percentages of Color #bc798f

%41.59
%26.77
%31.64

CMYK Percentages of Color #bc798f

%0
%36
%24
%26

Triadic Colors of #bc798f

#bc798f #8fbc79 #798fbc

Analogous Colors of #bc798f

#bc798f #bc8579 #bc79b1

Monochromatic Colors of #bc798f

#bc798f

Complementary Color

#bc798f #79bca6

#bc798f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc798f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc798f Color CSS Codes

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

#bc798f Text Font Color

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

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


#bc798f Background Color

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

This div background color is #bc798f


#bc798f Border Color

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

This div border color is #bc798f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc798f


Comments

No comments written yet.

Please login to write comment.