Color Hex Logo

#bc8fad Color Hex

#BC8FAD
(188,143,173)
0 Favorites   0 Comments

Color spaces of #bc8fad

RGB 188143173
HSL0.890.250.65
HSV320°24°74°
CMYK 0.000.240.08   0.26
XYZ38.104333.353443.9647
Yxy33.35340.33010.2890
Hunter Lab57.752416.7053-4.7085
CIE-Lab64.446021.9289-9.1238

#bc8fad color RGB value is (188,143,173).

#bc8fad hex color red value is 188, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc8fad hue: 0.89 , saturation: 0.25 and the lightness value of bc8fad is 0.65.

The process color (four color CMYK) of #bc8fad color hex is 0.00, 0.24, 0.08, 0.26. Web safe color of #bc8fad is #cc9999. Color #bc8fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001111 10101101
Octal 274 217 255
Decimal 188 143 173
Hex BC 8F AD

RGB Percentages of Color #bc8fad

%37.30
%28.37
%34.33

CMYK Percentages of Color #bc8fad

%0
%24
%8
%26

Triadic Colors of #bc8fad

#bc8fad #adbc8f #8fadbc

Analogous Colors of #bc8fad

#bc8fad #bc8f97 #b58fbc

Monochromatic Colors of #bc8fad

#bc8fad

Complementary Color

#bc8fad #8fbc9e

#bc8fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8fad Color CSS Codes

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

#bc8fad Text Font Color

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

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


#bc8fad Background Color

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

This div background color is #bc8fad


#bc8fad Border Color

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

This div border color is #bc8fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,143,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 #bc8fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8fad


Comments

No comments written yet.

Please login to write comment.