Color Hex Logo

#bc6c95 Color Hex

#BC6C95
(188,108,149)
0 Favorites   0 Comments

Color spaces of #bc6c95

RGB 188108149
HSL0.910.370.58
HSV329°43°74°
CMYK 0.000.430.21   0.26
XYZ31.526423.586431.3248
Yxy23.58640.36470.2729
Hunter Lab48.565830.8827-4.2458
CIE-Lab55.671337.1830-8.4588

#bc6c95 color RGB value is (188,108,149).

#bc6c95 hex color red value is 188, green value is 108 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bc6c95 hue: 0.91 , saturation: 0.37 and the lightness value of bc6c95 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101100 10010101
Octal 274 154 225
Decimal 188 108 149
Hex BC 6C 95

RGB Percentages of Color #bc6c95

%42.25
%24.27
%33.48

CMYK Percentages of Color #bc6c95

%0
%43
%21
%26

Triadic Colors of #bc6c95

#bc6c95 #95bc6c #6c95bc

Analogous Colors of #bc6c95

#bc6c95 #bc6c6d #bb6cbc

Monochromatic Colors of #bc6c95

#bc6c95

Complementary Color

#bc6c95 #6cbc93

#bc6c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6c95 Color CSS Codes

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

#bc6c95 Text Font Color

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

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


#bc6c95 Background Color

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

This div background color is #bc6c95


#bc6c95 Border Color

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

This div border color is #bc6c95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6c95


Comments

No comments written yet.

Please login to write comment.