Color Hex Logo

#bcb4db Color Hex

#BCB4DB
(188,180,219)
0 Favorites   0 Comments

Color spaces of #bcb4db

RGB 188180219
HSL0.700.350.78
HSV252°18°86°
CMYK 0.140.180.00   0.14
XYZ49.846548.448473.7421
Yxy48.44840.28970.2816
Hunter Lab69.60496.0216-14.0907
CIE-Lab75.106910.5118-18.5558

#bcb4db color RGB value is (188,180,219).

#bcb4db hex color red value is 188, green value is 180 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcb4db hue: 0.70 , saturation: 0.35 and the lightness value of bcb4db is 0.78.

The process color (four color CMYK) of #bcb4db color hex is 0.14, 0.18, 0.00, 0.14. Web safe color of #bcb4db is #cccccc. Color #bcb4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 11011011
Octal 274 264 333
Decimal 188 180 219
Hex BC B4 DB

RGB Percentages of Color #bcb4db

%32.03
%30.66
%37.31

CMYK Percentages of Color #bcb4db

%14
%18
%0
%14

Triadic Colors of #bcb4db

#bcb4db #dbbcb4 #b4dbbc

Analogous Colors of #bcb4db

#bcb4db #d0b4db #b4c0db

Monochromatic Colors of #bcb4db

#bcb4db

Complementary Color

#bcb4db #d3dbb4

#bcb4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb4db Color CSS Codes

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

#bcb4db Text Font Color

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

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


#bcb4db Background Color

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

This div background color is #bcb4db


#bcb4db Border Color

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

This div border color is #bcb4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb4db


Comments

No comments written yet.

Please login to write comment.