Color Hex Logo

#bc9fcf Color Hex

#BC9FCF
(188,159,207)
0 Favorites   0 Comments

Color spaces of #bc9fcf

RGB 188159207
HSL0.770.330.72
HSV276°23°81°
CMYK 0.090.230.00   0.19
XYZ44.399739.992664.4107
Yxy39.99260.29840.2688
Hunter Lab63.239714.6528-16.1201
CIE-Lab69.464319.5768-20.5396

#bc9fcf color RGB value is (188,159,207).

#bc9fcf hex color red value is 188, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc9fcf hue: 0.77 , saturation: 0.33 and the lightness value of bc9fcf is 0.72.

The process color (four color CMYK) of #bc9fcf color hex is 0.09, 0.23, 0.00, 0.19. Web safe color of #bc9fcf is #cc99cc. Color #bc9fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011111 11001111
Octal 274 237 317
Decimal 188 159 207
Hex BC 9F CF

RGB Percentages of Color #bc9fcf

%33.94
%28.70
%37.36

CMYK Percentages of Color #bc9fcf

%9
%23
%0
%19

Triadic Colors of #bc9fcf

#bc9fcf #cfbc9f #9fcfbc

Analogous Colors of #bc9fcf

#bc9fcf #cf9fca #a49fcf

Monochromatic Colors of #bc9fcf

#bc9fcf

Complementary Color

#bc9fcf #b2cf9f

#bc9fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9fcf Color CSS Codes

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

#bc9fcf Text Font Color

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

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


#bc9fcf Background Color

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

This div background color is #bc9fcf


#bc9fcf Border Color

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

This div border color is #bc9fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9fcf


Comments

No comments written yet.

Please login to write comment.