Color Hex Logo

#bc9dcd Color Hex

#BC9DCD
(188,157,205)
0 Favorites   0 Comments

Color spaces of #bc9dcd

RGB 188157205
HSL0.770.320.71
HSV279°23°80°
CMYK 0.080.230.00   0.20
XYZ43.815539.213163.0172
Yxy39.21310.30000.2685
Hunter Lab62.620415.3109-15.8315
CIE-Lab68.905320.2769-20.2836

#bc9dcd color RGB value is (188,157,205).

#bc9dcd hex color red value is 188, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bc9dcd hue: 0.77 , saturation: 0.32 and the lightness value of bc9dcd is 0.71.

The process color (four color CMYK) of #bc9dcd color hex is 0.08, 0.23, 0.00, 0.20. Web safe color of #bc9dcd is #cc99cc. Color #bc9dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011101 11001101
Octal 274 235 315
Decimal 188 157 205
Hex BC 9D CD

RGB Percentages of Color #bc9dcd

%34.18
%28.55
%37.27

CMYK Percentages of Color #bc9dcd

%8
%23
%0
%20

Triadic Colors of #bc9dcd

#bc9dcd #cdbc9d #9dcdbc

Analogous Colors of #bc9dcd

#bc9dcd #cd9dc6 #a49dcd

Monochromatic Colors of #bc9dcd

#bc9dcd

Complementary Color

#bc9dcd #aecd9d

#bc9dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9dcd Color CSS Codes

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

#bc9dcd Text Font Color

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

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


#bc9dcd Background Color

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

This div background color is #bc9dcd


#bc9dcd Border Color

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

This div border color is #bc9dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9dcd


Comments

No comments written yet.

Please login to write comment.