Color Hex Logo

#bc4967 Color Hex

#BC4967
(188,73,103)
0 Favorites   0 Comments

Color spaces of #bc4967

RGB 18873103
HSL0.960.460.51
HSV344°61°74°
CMYK 0.000.610.45   0.26
XYZ25.569816.435714.6567
Yxy16.43570.45130.2901
Hunter Lab40.541041.63606.9437
CIE-Lab47.541048.89127.0539

#bc4967 color RGB value is (188,73,103).

#bc4967 hex color red value is 188, green value is 73 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bc4967 hue: 0.96 , saturation: 0.46 and the lightness value of bc4967 is 0.51.

The process color (four color CMYK) of #bc4967 color hex is 0.00, 0.61, 0.45, 0.26. Web safe color of #bc4967 is #cc3366. Color #bc4967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01100111
Octal 274 111 147
Decimal 188 73 103
Hex BC 49 67

RGB Percentages of Color #bc4967

%51.65
%20.05
%28.30

CMYK Percentages of Color #bc4967

%0
%61
%45
%26

Triadic Colors of #bc4967

#bc4967 #67bc49 #4967bc

Analogous Colors of #bc4967

#bc4967 #bc6549 #bc49a1

Monochromatic Colors of #bc4967

#bc4967

Complementary Color

#bc4967 #49bc9e

#bc4967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4967 Color CSS Codes

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

#bc4967 Text Font Color

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

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


#bc4967 Background Color

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

This div background color is #bc4967


#bc4967 Border Color

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

This div border color is #bc4967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4967


Comments

No comments written yet.

Please login to write comment.