Color Hex Logo

#bc908d Color Hex

#BC908D
(188,144,141)
0 Favorites   0 Comments

Color spaces of #bc908d

RGB 188144141
HSL0.010.260.65
HSV25°74°
CMYK 0.000.230.25   0.26
XYZ35.520032.561029.6121
Yxy32.56100.36360.3333
Hunter Lab57.062211.25349.1754
CIE-Lab63.803916.16638.0143

#bc908d color RGB value is (188,144,141).

#bc908d hex color red value is 188, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bc908d hue: 0.01 , saturation: 0.26 and the lightness value of bc908d is 0.65.

The process color (four color CMYK) of #bc908d color hex is 0.00, 0.23, 0.25, 0.26. Web safe color of #bc908d is #cc9999. Color #bc908d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 10001101
Octal 274 220 215
Decimal 188 144 141
Hex BC 90 8D

RGB Percentages of Color #bc908d

%39.75
%30.44
%29.81

CMYK Percentages of Color #bc908d

%0
%23
%25
%26

Triadic Colors of #bc908d

#bc908d #8dbc90 #908dbc

Analogous Colors of #bc908d

#bc908d #bca88d #bc8da2

Monochromatic Colors of #bc908d

#bc908d

Complementary Color

#bc908d #8db9bc

#bc908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc908d Color CSS Codes

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

#bc908d Text Font Color

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

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


#bc908d Background Color

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

This div background color is #bc908d


#bc908d Border Color

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

This div border color is #bc908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc908d


Comments

No comments written yet.

Please login to write comment.