Color Hex Logo

#bc7bae Color Hex

#BC7BAE
(188,123,174)
0 Favorites   0 Comments

Color spaces of #bc7bae

RGB 188123174
HSL0.870.330.61
HSV313°35°74°
CMYK 0.000.350.07   0.26
XYZ35.462027.913343.5631
Yxy27.91330.33160.2610
Hunter Lab52.833027.3530-11.9040
CIE-Lab59.810333.1836-16.6650

#bc7bae color RGB value is (188,123,174).

#bc7bae hex color red value is 188, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc7bae hue: 0.87 , saturation: 0.33 and the lightness value of bc7bae is 0.61.

The process color (four color CMYK) of #bc7bae color hex is 0.00, 0.35, 0.07, 0.26. Web safe color of #bc7bae is #cc6699. Color #bc7bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111011 10101110
Octal 274 173 256
Decimal 188 123 174
Hex BC 7B AE

RGB Percentages of Color #bc7bae

%38.76
%25.36
%35.88

CMYK Percentages of Color #bc7bae

%0
%35
%7
%26

Triadic Colors of #bc7bae

#bc7bae #aebc7b #7baebc

Analogous Colors of #bc7bae

#bc7bae #bc7b8e #aa7bbc

Monochromatic Colors of #bc7bae

#bc7bae

Complementary Color

#bc7bae #7bbc89

#bc7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7bae Color CSS Codes

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

#bc7bae Text Font Color

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

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


#bc7bae Background Color

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

This div background color is #bc7bae


#bc7bae Border Color

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

This div border color is #bc7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7bae


Comments

No comments written yet.

Please login to write comment.