Color Hex Logo

#bc53da Color Hex

#BC53DA
(188,83,218)
0 Favorites   0 Comments

Color spaces of #bc53da

RGB 18883218
HSL0.800.650.59
HSV287°62°85°
CMYK 0.140.620.00   0.15
XYZ36.487221.939868.6414
Yxy21.93980.28710.1727
Hunter Lab46.839957.0774-54.0983
CIE-Lab53.963161.8231-50.8640

#bc53da color RGB value is (188,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 11011010
Octal 274 123 332
Decimal 188 83 218
Hex BC 53 DA

RGB Percentages of Color #bc53da

%38.45
%16.97
%44.58

CMYK Percentages of Color #bc53da

%14
%62
%0
%15

Triadic Colors of #bc53da

#bc53da #dabc53 #53dabc

Analogous Colors of #bc53da

#bc53da #da53b5 #7953da

Monochromatic Colors of #bc53da

#bc53da

Complementary Color

#bc53da #71da53

#bc53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc53da Color CSS Codes

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

#bc53da Text Font Color

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

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


#bc53da Background Color

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

This div background color is #bc53da


#bc53da Border Color

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

This div border color is #bc53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc53da


Comments

No comments written yet.

Please login to write comment.