Color Hex Logo

#bc7daa Color Hex

#BC7DAA
(188,125,170)
0 Favorites   0 Comments

Color spaces of #bc7daa

RGB 188125170
HSL0.880.320.61
HSV317°34°74°
CMYK 0.000.340.10   0.26
XYZ35.328428.260941.6231
Yxy28.26090.33580.2686
Hunter Lab53.161025.5914-9.2092
CIE-Lab60.123731.3802-13.9037

#bc7daa color RGB value is (188,125,170).

#bc7daa hex color red value is 188, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc7daa hue: 0.88 , saturation: 0.32 and the lightness value of bc7daa is 0.61.

The process color (four color CMYK) of #bc7daa color hex is 0.00, 0.34, 0.10, 0.26. Web safe color of #bc7daa is #cc6699. Color #bc7daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111101 10101010
Octal 274 175 252
Decimal 188 125 170
Hex BC 7D AA

RGB Percentages of Color #bc7daa

%38.92
%25.88
%35.20

CMYK Percentages of Color #bc7daa

%0
%34
%10
%26

Triadic Colors of #bc7daa

#bc7daa #aabc7d #7daabc

Analogous Colors of #bc7daa

#bc7daa #bc7d8b #af7dbc

Monochromatic Colors of #bc7daa

#bc7daa

Complementary Color

#bc7daa #7dbc8f

#bc7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7daa Color CSS Codes

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

#bc7daa Text Font Color

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

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


#bc7daa Background Color

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

This div background color is #bc7daa


#bc7daa Border Color

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

This div border color is #bc7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7daa


Comments

No comments written yet.

Please login to write comment.