Color Hex Logo

#bc95db Color Hex

#BC95DB
(188,149,219)
0 Favorites   0 Comments

Color spaces of #bc95db

RGB 188149219
HSL0.760.490.72
HSV273°32°86°
CMYK 0.140.320.00   0.14
XYZ44.272737.300771.8842
Yxy37.30070.28850.2431
Hunter Lab61.074322.5145-27.0321
CIE-Lab67.502027.6645-30.1801

#bc95db color RGB value is (188,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 11011011
Octal 274 225 333
Decimal 188 149 219
Hex BC 95 DB

RGB Percentages of Color #bc95db

%33.81
%26.80
%39.39

CMYK Percentages of Color #bc95db

%14
%32
%0
%14

Triadic Colors of #bc95db

#bc95db #dbbc95 #95dbbc

Analogous Colors of #bc95db

#bc95db #db95d7 #9995db

Monochromatic Colors of #bc95db

#bc95db

Complementary Color

#bc95db #b4db95

#bc95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc95db Color CSS Codes

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

#bc95db Text Font Color

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

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


#bc95db Background Color

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

This div background color is #bc95db


#bc95db Border Color

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

This div border color is #bc95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc95db


Comments

No comments written yet.

Please login to write comment.