Color Hex Logo

#bc19dd Color Hex

#BC19DD
(188,25,221)
0 Favorites   0 Comments

Color spaces of #bc19dd

RGB 18825221
HSL0.810.800.48
HSV290°89°87°
CMYK 0.150.890.00   0.13
XYZ34.137816.607169.8128
Yxy16.60710.28320.1378
Hunter Lab40.751878.2138-73.0447
CIE-Lab47.761180.5826-62.5270

#bc19dd color RGB value is (188,25,221).

#bc19dd hex color red value is 188, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc19dd hue: 0.81 , saturation: 0.80 and the lightness value of bc19dd is 0.48.

The process color (four color CMYK) of #bc19dd color hex is 0.15, 0.89, 0.00, 0.13. Web safe color of #bc19dd is #cc00cc. Color #bc19dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 11011101
Octal 274 31 335
Decimal 188 25 221
Hex BC 19 DD

RGB Percentages of Color #bc19dd

%43.32
%5.76
%50.92

CMYK Percentages of Color #bc19dd

%15
%89
%0
%13

Triadic Colors of #bc19dd

#bc19dd #ddbc19 #19ddbc

Analogous Colors of #bc19dd

#bc19dd #dd199c #5a19dd

Monochromatic Colors of #bc19dd

#bc19dd

Complementary Color

#bc19dd #3add19

#bc19dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc19dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc19dd Color CSS Codes

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

#bc19dd Text Font Color

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

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


#bc19dd Background Color

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

This div background color is #bc19dd


#bc19dd Border Color

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

This div border color is #bc19dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc19dd


Comments

No comments written yet.

Please login to write comment.