Color Hex Logo

#bc93dc Color Hex

#BC93DC
(188,147,220)
0 Favorites   0 Comments

Color spaces of #bc93dc

RGB 188147220
HSL0.760.510.72
HSV274°33°86°
CMYK 0.150.330.00   0.14
XYZ44.091036.726172.4751
Yxy36.72610.28760.2396
Hunter Lab60.602123.8140-28.4845
CIE-Lab67.071028.9913-31.3990

#bc93dc color RGB value is (188,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11011100
Octal 274 223 334
Decimal 188 147 220
Hex BC 93 DC

RGB Percentages of Color #bc93dc

%33.87
%26.49
%39.64

CMYK Percentages of Color #bc93dc

%15
%33
%0
%14

Triadic Colors of #bc93dc

#bc93dc #dcbc93 #93dcbc

Analogous Colors of #bc93dc

#bc93dc #dc93d8 #9893dc

Monochromatic Colors of #bc93dc

#bc93dc

Complementary Color

#bc93dc #b3dc93

#bc93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93dc Color CSS Codes

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

#bc93dc Text Font Color

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

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


#bc93dc Background Color

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

This div background color is #bc93dc


#bc93dc Border Color

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

This div border color is #bc93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93dc


Comments

No comments written yet.

Please login to write comment.