Color Hex Logo

#bc36da Color Hex

#BC36DA
(188,54,218)
0 Favorites   0 Comments

Color spaces of #bc36da

RGB 18854218
HSL0.800.690.53
HSV289°75°85°
CMYK 0.140.750.00   0.15
XYZ34.713118.391768.0500
Yxy18.39170.28650.1518
Hunter Lab42.885569.4346-64.0604
CIE-Lab49.967873.0564-57.2585

#bc36da color RGB value is (188,54,218).

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

The process color (four color CMYK) of #bc36da color hex is 0.14, 0.75, 0.00, 0.15. Web safe color of #bc36da is #cc33cc. Color #bc36da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 11011010
Octal 274 66 332
Decimal 188 54 218
Hex BC 36 DA

RGB Percentages of Color #bc36da

%40.87
%11.74
%47.39

CMYK Percentages of Color #bc36da

%14
%75
%0
%15

Triadic Colors of #bc36da

#bc36da #dabc36 #36dabc

Analogous Colors of #bc36da

#bc36da #da36a6 #6a36da

Monochromatic Colors of #bc36da

#bc36da

Complementary Color

#bc36da #54da36

#bc36da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc36da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc36da Color CSS Codes

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

#bc36da Text Font Color

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

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


#bc36da Background Color

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

This div background color is #bc36da


#bc36da Border Color

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

This div border color is #bc36da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc36da


Comments

No comments written yet.

Please login to write comment.