Color Hex Logo

#bc6473 Color Hex

#BC6473
(188,100,115)
0 Favorites   0 Comments

Color spaces of #bc6473

RGB 188100115
HSL0.970.400.56
HSV350°47°74°
CMYK 0.000.470.39   0.26
XYZ28.390721.043518.7851
Yxy21.04350.41620.3085
Hunter Lab45.873230.19477.8319
CIE-Lab52.997136.83187.6213

#bc6473 color RGB value is (188,100,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01110011
Octal 274 144 163
Decimal 188 100 115
Hex BC 64 73

RGB Percentages of Color #bc6473

%46.65
%24.81
%28.54

CMYK Percentages of Color #bc6473

%0
%47
%39
%26

Triadic Colors of #bc6473

#bc6473 #73bc64 #6473bc

Analogous Colors of #bc6473

#bc6473 #bc8164 #bc649f

Monochromatic Colors of #bc6473

#bc6473

Complementary Color

#bc6473 #64bcad

#bc6473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6473 Color CSS Codes

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

#bc6473 Text Font Color

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

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


#bc6473 Background Color

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

This div background color is #bc6473


#bc6473 Border Color

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

This div border color is #bc6473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6473

#bc6473 Color Palettes


Comments

No comments written yet.

Please login to write comment.