Color Hex Logo

#bc56da Color Hex

#BC56DA
(188,86,218)
0 Favorites   0 Comments

Color spaces of #bc56da

RGB 18886218
HSL0.800.640.60
HSV286°61°85°
CMYK 0.140.610.00   0.15
XYZ36.721722.408968.7196
Yxy22.40890.28720.1753
Hunter Lab47.338055.6268-52.9334
CIE-Lab54.458260.4658-50.0754

#bc56da color RGB value is (188,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 11011010
Octal 274 126 332
Decimal 188 86 218
Hex BC 56 DA

RGB Percentages of Color #bc56da

%38.21
%17.48
%44.31

CMYK Percentages of Color #bc56da

%14
%61
%0
%15

Triadic Colors of #bc56da

#bc56da #dabc56 #56dabc

Analogous Colors of #bc56da

#bc56da #da56b6 #7a56da

Monochromatic Colors of #bc56da

#bc56da

Complementary Color

#bc56da #74da56

#bc56da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56da Color CSS Codes

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

#bc56da Text Font Color

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

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


#bc56da Background Color

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

This div background color is #bc56da


#bc56da Border Color

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

This div border color is #bc56da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56da


Comments

No comments written yet.

Please login to write comment.