Color Hex Logo

#bc5dc7 Color Hex

#BC5DC7
(188,93,199)
0 Favorites   0 Comments

Color spaces of #bc5dc7

RGB 18893199
HSL0.820.490.57
HSV294°53°78°
CMYK 0.060.530.00   0.22
XYZ34.962222.643656.5608
Yxy22.64360.30620.1983
Hunter Lab47.585347.8745-37.1635
CIE-Lab54.703353.4975-38.8715

#bc5dc7 color RGB value is (188,93,199).

#bc5dc7 hex color red value is 188, green value is 93 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bc5dc7 hue: 0.82 , saturation: 0.49 and the lightness value of bc5dc7 is 0.57.

The process color (four color CMYK) of #bc5dc7 color hex is 0.06, 0.53, 0.00, 0.22. Web safe color of #bc5dc7 is #cc66cc. Color #bc5dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011101 11000111
Octal 274 135 307
Decimal 188 93 199
Hex BC 5D C7

RGB Percentages of Color #bc5dc7

%39.17
%19.38
%41.46

CMYK Percentages of Color #bc5dc7

%6
%53
%0
%22

Triadic Colors of #bc5dc7

#bc5dc7 #c7bc5d #5dc7bc

Analogous Colors of #bc5dc7

#bc5dc7 #c75d9d #875dc7

Monochromatic Colors of #bc5dc7

#bc5dc7

Complementary Color

#bc5dc7 #68c75d

#bc5dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5dc7 Color CSS Codes

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

#bc5dc7 Text Font Color

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

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


#bc5dc7 Background Color

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

This div background color is #bc5dc7


#bc5dc7 Border Color

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

This div border color is #bc5dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5dc7


Comments

No comments written yet.

Please login to write comment.