Color Hex Logo

#bc8088 Color Hex

#BC8088
(188,128,136)
0 Favorites   0 Comments

Color spaces of #bc8088

RGB 188128136
HSL0.980.310.62
HSV352°32°74°
CMYK 0.000.320.28   0.26
XYZ32.902127.907326.9451
Yxy27.90730.37490.3180
Hunter Lab52.827418.72606.7377
CIE-Lab59.804924.32855.1327

#bc8088 color RGB value is (188,128,136).

#bc8088 hex color red value is 188, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bc8088 hue: 0.98 , saturation: 0.31 and the lightness value of bc8088 is 0.62.

The process color (four color CMYK) of #bc8088 color hex is 0.00, 0.32, 0.28, 0.26. Web safe color of #bc8088 is #cc9999. Color #bc8088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 10001000
Octal 274 200 210
Decimal 188 128 136
Hex BC 80 88

RGB Percentages of Color #bc8088

%41.59
%28.32
%30.09

CMYK Percentages of Color #bc8088

%0
%32
%28
%26

Triadic Colors of #bc8088

#bc8088 #88bc80 #8088bc

Analogous Colors of #bc8088

#bc8088 #bc9680 #bc80a6

Monochromatic Colors of #bc8088

#bc8088

Complementary Color

#bc8088 #80bcb4

#bc8088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8088 Color CSS Codes

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

#bc8088 Text Font Color

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

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


#bc8088 Background Color

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

This div background color is #bc8088


#bc8088 Border Color

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

This div border color is #bc8088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8088


Comments

No comments written yet.

Please login to write comment.