Color Hex Logo

#bc7fad Color Hex

#BC7FAD
(188,127,173)
0 Favorites   0 Comments

Color spaces of #bc7fad

RGB 188127173
HSL0.870.310.62
HSV315°32°74°
CMYK 0.000.320.08   0.26
XYZ35.871228.887243.2203
Yxy28.88720.33220.2675
Hunter Lab53.746825.0759-10.0551
CIE-Lab60.681930.8059-14.7746

#bc7fad color RGB value is (188,127,173).

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

The process color (four color CMYK) of #bc7fad color hex is 0.00, 0.32, 0.08, 0.26. Web safe color of #bc7fad is #cc6699. Color #bc7fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 10101101
Octal 274 177 255
Decimal 188 127 173
Hex BC 7F AD

RGB Percentages of Color #bc7fad

%38.52
%26.02
%35.45

CMYK Percentages of Color #bc7fad

%0
%32
%8
%26

Triadic Colors of #bc7fad

#bc7fad #adbc7f #7fadbc

Analogous Colors of #bc7fad

#bc7fad #bc7f8f #ad7fbc

Monochromatic Colors of #bc7fad

#bc7fad

Complementary Color

#bc7fad #7fbc8e

#bc7fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7fad Color CSS Codes

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

#bc7fad Text Font Color

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

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


#bc7fad Background Color

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

This div background color is #bc7fad


#bc7fad Border Color

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

This div border color is #bc7fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7fad


Comments

No comments written yet.

Please login to write comment.