Color Hex Logo

#bc646a Color Hex

#BC646A
(188,100,106)
0 Favorites   0 Comments

Color spaces of #bc646a

RGB 188100106
HSL0.990.400.56
HSV356°47°74°
CMYK 0.000.470.44   0.26
XYZ27.897720.846316.1890
Yxy20.84630.42960.3210
Hunter Lab45.657729.165610.9378
CIE-Lab52.780935.817712.6339

#bc646a color RGB value is (188,100,106).

#bc646a hex color red value is 188, green value is 100 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bc646a hue: 0.99 , saturation: 0.40 and the lightness value of bc646a is 0.56.

The process color (four color CMYK) of #bc646a color hex is 0.00, 0.47, 0.44, 0.26. Web safe color of #bc646a is #cc6666. Color #bc646a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01101010
Octal 274 144 152
Decimal 188 100 106
Hex BC 64 6A

RGB Percentages of Color #bc646a

%47.72
%25.38
%26.90

CMYK Percentages of Color #bc646a

%0
%47
%44
%26

Triadic Colors of #bc646a

#bc646a #6abc64 #646abc

Analogous Colors of #bc646a

#bc646a #bc8a64 #bc6496

Monochromatic Colors of #bc646a

#bc646a

Complementary Color

#bc646a #64bcb6

#bc646a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc646a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc646a Color CSS Codes

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

#bc646a Text Font Color

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

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


#bc646a Background Color

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

This div background color is #bc646a


#bc646a Border Color

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

This div border color is #bc646a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc646a


Comments

No comments written yet.

Please login to write comment.