Color Hex Logo

#bc949f Color Hex

#BC949F
(188,148,159)
0 Favorites   0 Comments

Color spaces of #bc949f

RGB 188148159
HSL0.950.230.66
HSV344°21°74°
CMYK 0.000.210.15   0.26
XYZ37.587034.374437.4548
Yxy34.37440.34350.3142
Hunter Lab58.629711.83293.1641
CIE-Lab65.258716.7502-0.0336

#bc949f color RGB value is (188,148,159).

#bc949f hex color red value is 188, green value is 148 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc949f hue: 0.95 , saturation: 0.23 and the lightness value of bc949f is 0.66.

The process color (four color CMYK) of #bc949f color hex is 0.00, 0.21, 0.15, 0.26. Web safe color of #bc949f is #cc9999. Color #bc949f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 10011111
Octal 274 224 237
Decimal 188 148 159
Hex BC 94 9F

RGB Percentages of Color #bc949f

%37.98
%29.90
%32.12

CMYK Percentages of Color #bc949f

%0
%21
%15
%26

Triadic Colors of #bc949f

#bc949f #9fbc94 #949fbc

Analogous Colors of #bc949f

#bc949f #bc9d94 #bc94b3

Monochromatic Colors of #bc949f

#bc949f

Complementary Color

#bc949f #94bcb1

#bc949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc949f Color CSS Codes

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

#bc949f Text Font Color

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

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


#bc949f Background Color

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

This div background color is #bc949f


#bc949f Border Color

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

This div border color is #bc949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc949f


Comments

No comments written yet.

Please login to write comment.