Color Hex Logo

#bc8ddf Color Hex

#BC8DDF
(188,141,223)
0 Favorites   0 Comments

Color spaces of #bc8ddf

RGB 188141223
HSL0.760.560.71
HSV274°37°87°
CMYK 0.160.370.00   0.13
XYZ43.583235.068874.2839
Yxy35.06880.28500.2293
Hunter Lab59.218927.7371-32.9198
CIE-Lab65.802232.9687-35.0275

#bc8ddf color RGB value is (188,141,223).

#bc8ddf hex color red value is 188, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc8ddf hue: 0.76 , saturation: 0.56 and the lightness value of bc8ddf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 11011111
Octal 274 215 337
Decimal 188 141 223
Hex BC 8D DF

RGB Percentages of Color #bc8ddf

%34.06
%25.54
%40.40

CMYK Percentages of Color #bc8ddf

%16
%37
%0
%13

Triadic Colors of #bc8ddf

#bc8ddf #dfbc8d #8ddfbc

Analogous Colors of #bc8ddf

#bc8ddf #df8dd9 #938ddf

Monochromatic Colors of #bc8ddf

#bc8ddf

Complementary Color

#bc8ddf #b0df8d

#bc8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8ddf Color CSS Codes

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

#bc8ddf Text Font Color

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

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


#bc8ddf Background Color

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

This div background color is #bc8ddf


#bc8ddf Border Color

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

This div border color is #bc8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8ddf


Comments

No comments written yet.

Please login to write comment.