Color Hex Logo

#bc1ddb Color Hex

#BC1DDB
(188,29,219)
0 Favorites   0 Comments

Color spaces of #bc1ddb

RGB 18829219
HSL0.810.770.49
HSV290°87°86°
CMYK 0.140.870.00   0.14
XYZ33.964616.684668.4481
Yxy16.68460.28520.1401
Hunter Lab40.846876.9430-70.7612
CIE-Lab47.860179.5536-61.2251

#bc1ddb color RGB value is (188,29,219).

#bc1ddb hex color red value is 188, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc1ddb hue: 0.81 , saturation: 0.77 and the lightness value of bc1ddb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011101 11011011
Octal 274 35 333
Decimal 188 29 219
Hex BC 1D DB

RGB Percentages of Color #bc1ddb

%43.12
%6.65
%50.23

CMYK Percentages of Color #bc1ddb

%14
%87
%0
%14

Triadic Colors of #bc1ddb

#bc1ddb #dbbc1d #1ddbbc

Analogous Colors of #bc1ddb

#bc1ddb #db1d9b #5d1ddb

Monochromatic Colors of #bc1ddb

#bc1ddb

Complementary Color

#bc1ddb #3cdb1d

#bc1ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1ddb Color CSS Codes

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

#bc1ddb Text Font Color

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

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


#bc1ddb Background Color

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

This div background color is #bc1ddb


#bc1ddb Border Color

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

This div border color is #bc1ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1ddb


Comments

No comments written yet.

Please login to write comment.