Color Hex Logo

#bc658c Color Hex

#BC658C
(188,101,140)
0 Favorites   0 Comments

Color spaces of #bc658c

RGB 188101140
HSL0.930.390.57
HSV333°46°74°
CMYK 0.000.460.26   0.26
XYZ30.126321.892227.4487
Yxy21.89220.37910.2755
Hunter Lab46.789133.0506-2.0299
CIE-Lab53.912439.5628-5.8041

#bc658c color RGB value is (188,101,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 10001100
Octal 274 145 214
Decimal 188 101 140
Hex BC 65 8C

RGB Percentages of Color #bc658c

%43.82
%23.54
%32.63

CMYK Percentages of Color #bc658c

%0
%46
%26
%26

Triadic Colors of #bc658c

#bc658c #8cbc65 #658cbc

Analogous Colors of #bc658c

#bc658c #bc6a65 #bc65b8

Monochromatic Colors of #bc658c

#bc658c

Complementary Color

#bc658c #65bc95

#bc658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc658c Color CSS Codes

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

#bc658c Text Font Color

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

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


#bc658c Background Color

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

This div background color is #bc658c


#bc658c Border Color

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

This div border color is #bc658c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc658c


Comments

No comments written yet.

Please login to write comment.