Color Hex Logo

#bc679f Color Hex

#BC679F
(188,103,159)
0 Favorites   0 Comments

Color spaces of #bc679f

RGB 188103159
HSL0.890.390.57
HSV320°45°74°
CMYK 0.000.450.15   0.26
XYZ31.847322.895135.5415
Yxy22.89510.35270.2536
Hunter Lab47.848835.0709-10.5457
CIE-Lab54.964141.4015-15.3548

#bc679f color RGB value is (188,103,159).

#bc679f hex color red value is 188, green value is 103 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc679f hue: 0.89 , saturation: 0.39 and the lightness value of bc679f is 0.57.

The process color (four color CMYK) of #bc679f color hex is 0.00, 0.45, 0.15, 0.26. Web safe color of #bc679f is #cc6699. Color #bc679f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 10011111
Octal 274 147 237
Decimal 188 103 159
Hex BC 67 9F

RGB Percentages of Color #bc679f

%41.78
%22.89
%35.33

CMYK Percentages of Color #bc679f

%0
%45
%15
%26

Triadic Colors of #bc679f

#bc679f #9fbc67 #679fbc

Analogous Colors of #bc679f

#bc679f #bc6775 #af67bc

Monochromatic Colors of #bc679f

#bc679f

Complementary Color

#bc679f #67bc84

#bc679f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc679f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc679f Color CSS Codes

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

#bc679f Text Font Color

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

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


#bc679f Background Color

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

This div background color is #bc679f


#bc679f Border Color

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

This div border color is #bc679f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc679f


Comments

No comments written yet.

Please login to write comment.