Color Hex Logo

#bc55da Color Hex

#BC55DA
(188,85,218)
0 Favorites   0 Comments

Color spaces of #bc55da

RGB 18885218
HSL0.800.640.59
HSV286°61°85°
CMYK 0.140.610.00   0.15
XYZ36.642422.250368.6931
Yxy22.25030.28720.1744
Hunter Lab47.170256.1131-53.3237
CIE-Lab54.291660.9217-50.3406

#bc55da color RGB value is (188,85,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 11011010
Octal 274 125 332
Decimal 188 85 218
Hex BC 55 DA

RGB Percentages of Color #bc55da

%38.29
%17.31
%44.40

CMYK Percentages of Color #bc55da

%14
%61
%0
%15

Triadic Colors of #bc55da

#bc55da #dabc55 #55dabc

Analogous Colors of #bc55da

#bc55da #da55b6 #7a55da

Monochromatic Colors of #bc55da

#bc55da

Complementary Color

#bc55da #73da55

#bc55da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc55da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc55da Color CSS Codes

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

#bc55da Text Font Color

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

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


#bc55da Background Color

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

This div background color is #bc55da


#bc55da Border Color

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

This div border color is #bc55da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc55da


Comments

No comments written yet.

Please login to write comment.