Color Hex Logo

#bc9bdd Color Hex

#BC9BDD
(188,155,221)
0 Favorites   0 Comments

Color spaces of #bc9bdd

RGB 188155221
HSL0.750.490.74
HSV270°30°87°
CMYK 0.150.300.00   0.13
XYZ45.511539.354573.6041
Yxy39.35450.28720.2483
Hunter Lab62.733219.7147-25.6511
CIE-Lab69.007324.7581-28.9627

#bc9bdd color RGB value is (188,155,221).

#bc9bdd hex color red value is 188, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc9bdd hue: 0.75 , saturation: 0.49 and the lightness value of bc9bdd is 0.74.

The process color (four color CMYK) of #bc9bdd color hex is 0.15, 0.30, 0.00, 0.13. Web safe color of #bc9bdd is #cc99cc. Color #bc9bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011011 11011101
Octal 274 233 335
Decimal 188 155 221
Hex BC 9B DD

RGB Percentages of Color #bc9bdd

%33.33
%27.48
%39.18

CMYK Percentages of Color #bc9bdd

%15
%30
%0
%13

Triadic Colors of #bc9bdd

#bc9bdd #ddbc9b #9bddbc

Analogous Colors of #bc9bdd

#bc9bdd #dd9bdd #9b9bdd

Monochromatic Colors of #bc9bdd

#bc9bdd

Complementary Color

#bc9bdd #bcdd9b

#bc9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9bdd Color CSS Codes

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

#bc9bdd Text Font Color

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

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


#bc9bdd Background Color

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

This div background color is #bc9bdd


#bc9bdd Border Color

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

This div border color is #bc9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9bdd


Comments

No comments written yet.

Please login to write comment.