Color Hex Logo

#bc94db Color Hex

#BC94DB
(188,148,219)
0 Favorites   0 Comments

Color spaces of #bc94db

RGB 188148219
HSL0.760.500.72
HSV274°32°86°
CMYK 0.140.320.00   0.14
XYZ44.115136.985671.8317
Yxy36.98560.28850.2418
Hunter Lab60.815823.0543-27.4585
CIE-Lab67.266228.2204-30.5442

#bc94db color RGB value is (188,148,219).

#bc94db hex color red value is 188, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc94db hue: 0.76 , saturation: 0.50 and the lightness value of bc94db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11011011
Octal 274 224 333
Decimal 188 148 219
Hex BC 94 DB

RGB Percentages of Color #bc94db

%33.87
%26.67
%39.46

CMYK Percentages of Color #bc94db

%14
%32
%0
%14

Triadic Colors of #bc94db

#bc94db #dbbc94 #94dbbc

Analogous Colors of #bc94db

#bc94db #db94d7 #9994db

Monochromatic Colors of #bc94db

#bc94db

Complementary Color

#bc94db #b3db94

#bc94db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94db Color CSS Codes

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

#bc94db Text Font Color

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

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


#bc94db Background Color

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

This div background color is #bc94db


#bc94db Border Color

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

This div border color is #bc94db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94db


Comments

No comments written yet.

Please login to write comment.