Color Hex Logo

#bc1cd1 Color Hex

#BC1CD1
(188,28,209)
0 Favorites   0 Comments

Color spaces of #bc1cd1

RGB 18828209
HSL0.810.760.46
HSV293°87°82°
CMYK 0.100.870.00   0.18
XYZ32.662916.125361.7126
Yxy16.12530.29560.1459
Hunter Lab40.156374.9172-63.0080
CIE-Lab47.138578.0724-56.6545

#bc1cd1 color RGB value is (188,28,209).

#bc1cd1 hex color red value is 188, green value is 28 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bc1cd1 hue: 0.81 , saturation: 0.76 and the lightness value of bc1cd1 is 0.46.

The process color (four color CMYK) of #bc1cd1 color hex is 0.10, 0.87, 0.00, 0.18. Web safe color of #bc1cd1 is #cc33cc. Color #bc1cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011100 11010001
Octal 274 34 321
Decimal 188 28 209
Hex BC 1C D1

RGB Percentages of Color #bc1cd1

%44.24
%6.59
%49.18

CMYK Percentages of Color #bc1cd1

%10
%87
%0
%18

Triadic Colors of #bc1cd1

#bc1cd1 #d1bc1c #1cd1bc

Analogous Colors of #bc1cd1

#bc1cd1 #d11c8c #611cd1

Monochromatic Colors of #bc1cd1

#bc1cd1

Complementary Color

#bc1cd1 #31d11c

#bc1cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1cd1 Color CSS Codes

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

#bc1cd1 Text Font Color

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

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


#bc1cd1 Background Color

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

This div background color is #bc1cd1


#bc1cd1 Border Color

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

This div border color is #bc1cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1cd1


Comments

No comments written yet.

Please login to write comment.