Color Hex Logo

#bc8ddb Color Hex

#BC8DDB
(188,141,219)
0 Favorites   0 Comments

Color spaces of #bc8ddb

RGB 188141219
HSL0.770.520.71
HSV276°36°86°
CMYK 0.140.360.00   0.14
XYZ43.050134.855671.4766
Yxy34.85560.28820.2333
Hunter Lab59.038626.8420-30.4539
CIE-Lab65.636132.1062-33.0674

#bc8ddb color RGB value is (188,141,219).

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

The process color (four color CMYK) of #bc8ddb color hex is 0.14, 0.36, 0.00, 0.14. Web safe color of #bc8ddb is #cc99cc. Color #bc8ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 11011011
Octal 274 215 333
Decimal 188 141 219
Hex BC 8D DB

RGB Percentages of Color #bc8ddb

%34.31
%25.73
%39.96

CMYK Percentages of Color #bc8ddb

%14
%36
%0
%14

Triadic Colors of #bc8ddb

#bc8ddb #dbbc8d #8ddbbc

Analogous Colors of #bc8ddb

#bc8ddb #db8dd3 #958ddb

Monochromatic Colors of #bc8ddb

#bc8ddb

Complementary Color

#bc8ddb #acdb8d

#bc8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8ddb Color CSS Codes

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

#bc8ddb Text Font Color

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

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


#bc8ddb Background Color

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

This div background color is #bc8ddb


#bc8ddb Border Color

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

This div border color is #bc8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8ddb


Comments

No comments written yet.

Please login to write comment.