Color Hex Logo

#bc5cd2 Color Hex

#BC5CD2
(188,92,210)
0 Favorites   0 Comments

Color spaces of #bc5cd2

RGB 18892210
HSL0.800.570.59
HSV289°56°82°
CMYK 0.100.560.00   0.18
XYZ36.199022.998863.5041
Yxy22.99880.29500.1874
Hunter Lab47.957150.8107-44.9411
CIE-Lab55.071156.0879-44.5639

#bc5cd2 color RGB value is (188,92,210).

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

The process color (four color CMYK) of #bc5cd2 color hex is 0.10, 0.56, 0.00, 0.18. Web safe color of #bc5cd2 is #cc66cc. Color #bc5cd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 11010010
Octal 274 134 322
Decimal 188 92 210
Hex BC 5C D2

RGB Percentages of Color #bc5cd2

%38.37
%18.78
%42.86

CMYK Percentages of Color #bc5cd2

%10
%56
%0
%18

Triadic Colors of #bc5cd2

#bc5cd2 #d2bc5c #5cd2bc

Analogous Colors of #bc5cd2

#bc5cd2 #d25cad #815cd2

Monochromatic Colors of #bc5cd2

#bc5cd2

Complementary Color

#bc5cd2 #72d25c

#bc5cd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5cd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5cd2 Color CSS Codes

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

#bc5cd2 Text Font Color

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

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


#bc5cd2 Background Color

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

This div background color is #bc5cd2


#bc5cd2 Border Color

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

This div border color is #bc5cd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5cd2


Comments

No comments written yet.

Please login to write comment.