Color Hex Logo

#bc58da Color Hex

#BC58DA
(188,88,218)
0 Favorites   0 Comments

Color spaces of #bc58da

RGB 18888218
HSL0.790.640.60
HSV286°60°85°
CMYK 0.140.600.00   0.15
XYZ36.883722.732868.7735
Yxy22.73280.28730.1771
Hunter Lab47.678954.6468-52.1464
CIE-Lab54.796059.5443-49.5378

#bc58da color RGB value is (188,88,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 11011010
Octal 274 130 332
Decimal 188 88 218
Hex BC 58 DA

RGB Percentages of Color #bc58da

%38.06
%17.81
%44.13

CMYK Percentages of Color #bc58da

%14
%60
%0
%15

Triadic Colors of #bc58da

#bc58da #dabc58 #58dabc

Analogous Colors of #bc58da

#bc58da #da58b7 #7b58da

Monochromatic Colors of #bc58da

#bc58da

Complementary Color

#bc58da #76da58

#bc58da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc58da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc58da Color CSS Codes

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

#bc58da Text Font Color

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

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


#bc58da Background Color

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

This div background color is #bc58da


#bc58da Border Color

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

This div border color is #bc58da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc58da


Comments

No comments written yet.

Please login to write comment.