Color Hex Logo

#bc656d Color Hex

#BC656D
(188,101,109)
0 Favorites   0 Comments

Color spaces of #bc656d

RGB 188101109
HSL0.980.390.57
HSV354°46°74°
CMYK 0.000.460.42   0.26
XYZ28.153021.102917.0574
Yxy21.10290.42450.3182
Hunter Lab45.937929.002310.1413
CIE-Lab53.061935.616811.2569

#bc656d color RGB value is (188,101,109).

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

The process color (four color CMYK) of #bc656d color hex is 0.00, 0.46, 0.42, 0.26. Web safe color of #bc656d is #cc6666. Color #bc656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 01101101
Octal 274 145 155
Decimal 188 101 109
Hex BC 65 6D

RGB Percentages of Color #bc656d

%47.24
%25.38
%27.39

CMYK Percentages of Color #bc656d

%0
%46
%42
%26

Triadic Colors of #bc656d

#bc656d #6dbc65 #656dbc

Analogous Colors of #bc656d

#bc656d #bc8965 #bc6599

Monochromatic Colors of #bc656d

#bc656d

Complementary Color

#bc656d #65bcb4

#bc656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc656d Color CSS Codes

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

#bc656d Text Font Color

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

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


#bc656d Background Color

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

This div background color is #bc656d


#bc656d Border Color

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

This div border color is #bc656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc656d


Comments

No comments written yet.

Please login to write comment.