Color Hex Logo

#bc56de Color Hex

#BC56DE
(188,86,222)
0 Favorites   0 Comments

Color spaces of #bc56de

RGB 18886222
HSL0.790.670.60
HSV285°61°87°
CMYK 0.150.610.00   0.13
XYZ37.251622.620971.5101
Yxy22.62090.28350.1722
Hunter Lab47.561456.5743-55.8514
CIE-Lab54.679761.2544-51.9849

#bc56de color RGB value is (188,86,222).

#bc56de hex color red value is 188, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc56de hue: 0.79 , saturation: 0.67 and the lightness value of bc56de is 0.60.

The process color (four color CMYK) of #bc56de color hex is 0.15, 0.61, 0.00, 0.13. Web safe color of #bc56de is #cc66cc. Color #bc56de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 11011110
Octal 274 126 336
Decimal 188 86 222
Hex BC 56 DE

RGB Percentages of Color #bc56de

%37.90
%17.34
%44.76

CMYK Percentages of Color #bc56de

%15
%61
%0
%13

Triadic Colors of #bc56de

#bc56de #debc56 #56debc

Analogous Colors of #bc56de

#bc56de #de56bc #7856de

Monochromatic Colors of #bc56de

#bc56de

Complementary Color

#bc56de #78de56

#bc56de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56de Color CSS Codes

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

#bc56de Text Font Color

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

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


#bc56de Background Color

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

This div background color is #bc56de


#bc56de Border Color

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

This div border color is #bc56de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56de


Comments

No comments written yet.

Please login to write comment.