Color Hex Logo

#bc5dcd Color Hex

#BC5DCD
(188,93,205)
0 Favorites   0 Comments

Color spaces of #bc5dcd

RGB 18893205
HSL0.810.530.58
HSV291°55°80°
CMYK 0.080.550.00   0.20
XYZ35.672822.927860.3030
Yxy22.92780.30000.1928
Hunter Lab47.883049.1872-41.1507
CIE-Lab54.997954.6387-41.8339

#bc5dcd color RGB value is (188,93,205).

#bc5dcd hex color red value is 188, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bc5dcd hue: 0.81 , saturation: 0.53 and the lightness value of bc5dcd is 0.58.

The process color (four color CMYK) of #bc5dcd color hex is 0.08, 0.55, 0.00, 0.20. Web safe color of #bc5dcd is #cc66cc. Color #bc5dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011101 11001101
Octal 274 135 315
Decimal 188 93 205
Hex BC 5D CD

RGB Percentages of Color #bc5dcd

%38.68
%19.14
%42.18

CMYK Percentages of Color #bc5dcd

%8
%55
%0
%20

Triadic Colors of #bc5dcd

#bc5dcd #cdbc5d #5dcdbc

Analogous Colors of #bc5dcd

#bc5dcd #cd5da6 #845dcd

Monochromatic Colors of #bc5dcd

#bc5dcd

Complementary Color

#bc5dcd #6ecd5d

#bc5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5dcd Color CSS Codes

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

#bc5dcd Text Font Color

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

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


#bc5dcd Background Color

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

This div background color is #bc5dcd


#bc5dcd Border Color

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

This div border color is #bc5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5dcd


Comments

No comments written yet.

Please login to write comment.