Color Hex Logo

#bc657f Color Hex

#BC657F
(188,101,127)
0 Favorites   0 Comments

Color spaces of #bc657f

RGB 188101127
HSL0.950.390.57
HSV342°46°74°
CMYK 0.000.460.32   0.26
XYZ29.223521.531022.6943
Yxy21.53100.39790.2931
Hunter Lab46.401531.21603.4832
CIE-Lab53.525837.78931.2910

#bc657f color RGB value is (188,101,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 01111111
Octal 274 145 177
Decimal 188 101 127
Hex BC 65 7F

RGB Percentages of Color #bc657f

%45.19
%24.28
%30.53

CMYK Percentages of Color #bc657f

%0
%46
%32
%26

Triadic Colors of #bc657f

#bc657f #7fbc65 #657fbc

Analogous Colors of #bc657f

#bc657f #bc7765 #bc65ab

Monochromatic Colors of #bc657f

#bc657f

Complementary Color

#bc657f #65bca2

#bc657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc657f Color CSS Codes

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

#bc657f Text Font Color

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

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


#bc657f Background Color

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

This div background color is #bc657f


#bc657f Border Color

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

This div border color is #bc657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc657f


Comments

No comments written yet.

Please login to write comment.