Color Hex Logo

#bc8bdd Color Hex

#BC8BDD
(188,139,221)
0 Favorites   0 Comments

Color spaces of #bc8bdd

RGB 188139221
HSL0.770.550.71
HSV276°37°87°
CMYK 0.150.370.00   0.13
XYZ43.022834.377172.7745
Yxy34.37710.28650.2289
Hunter Lab58.632028.3732-32.5488
CIE-Lab65.260833.6426-34.7602

#bc8bdd color RGB value is (188,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001011 11011101
Octal 274 213 335
Decimal 188 139 221
Hex BC 8B DD

RGB Percentages of Color #bc8bdd

%34.31
%25.36
%40.33

CMYK Percentages of Color #bc8bdd

%15
%37
%0
%13

Triadic Colors of #bc8bdd

#bc8bdd #ddbc8b #8bddbc

Analogous Colors of #bc8bdd

#bc8bdd #dd8bd5 #938bdd

Monochromatic Colors of #bc8bdd

#bc8bdd

Complementary Color

#bc8bdd #acdd8b

#bc8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8bdd Color CSS Codes

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

#bc8bdd Text Font Color

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

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


#bc8bdd Background Color

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

This div background color is #bc8bdd


#bc8bdd Border Color

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

This div border color is #bc8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8bdd


Comments

No comments written yet.

Please login to write comment.