Color Hex Logo

#bc616e Color Hex

#BC616E
(188,97,110)
0 Favorites   0 Comments

Color spaces of #bc616e

RGB 18897110
HSL0.980.400.56
HSV351°48°74°
CMYK 0.000.480.41   0.26
XYZ27.828220.366517.2163
Yxy20.36650.42540.3114
Hunter Lab45.129331.09288.9720
CIE-Lab52.249137.83389.5216

#bc616e color RGB value is (188,97,110).

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

The process color (four color CMYK) of #bc616e color hex is 0.00, 0.48, 0.41, 0.26. Web safe color of #bc616e is #cc6666. Color #bc616e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 01101110
Octal 274 141 156
Decimal 188 97 110
Hex BC 61 6E

RGB Percentages of Color #bc616e

%47.59
%24.56
%27.85

CMYK Percentages of Color #bc616e

%0
%48
%41
%26

Triadic Colors of #bc616e

#bc616e #6ebc61 #616ebc

Analogous Colors of #bc616e

#bc616e #bc8261 #bc619c

Monochromatic Colors of #bc616e

#bc616e

Complementary Color

#bc616e #61bcaf

#bc616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc616e Color CSS Codes

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

#bc616e Text Font Color

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

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


#bc616e Background Color

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

This div background color is #bc616e


#bc616e Border Color

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

This div border color is #bc616e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc616e


Comments

No comments written yet.

Please login to write comment.