Color Hex Logo

#bc7baf Color Hex

#BC7BAF
(188,123,175)
0 Favorites   0 Comments

Color spaces of #bc7baf

RGB 188123175
HSL0.870.330.61
HSV312°35°74°
CMYK 0.000.350.07   0.26
XYZ35.559927.952444.0786
Yxy27.95240.33050.2598
Hunter Lab52.870027.5349-12.4220
CIE-Lab59.845733.3621-17.1830

#bc7baf color RGB value is (188,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111011 10101111
Octal 274 173 257
Decimal 188 123 175
Hex BC 7B AF

RGB Percentages of Color #bc7baf

%38.68
%25.31
%36.01

CMYK Percentages of Color #bc7baf

%0
%35
%7
%26

Triadic Colors of #bc7baf

#bc7baf #afbc7b #7bafbc

Analogous Colors of #bc7baf

#bc7baf #bc7b8f #a97bbc

Monochromatic Colors of #bc7baf

#bc7baf

Complementary Color

#bc7baf #7bbc88

#bc7baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7baf Color CSS Codes

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

#bc7baf Text Font Color

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

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


#bc7baf Background Color

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

This div background color is #bc7baf


#bc7baf Border Color

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

This div border color is #bc7baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7baf


Comments

No comments written yet.

Please login to write comment.