Color Hex Logo

#bc02dc Color Hex

#BC02DC
(188,2,220)
0 Favorites   0 Comments

Color spaces of #bc02dc

RGB 1882220
HSL0.810.980.44
HSV291°99°86°
CMYK 0.150.990.00   0.14
XYZ33.679015.902169.0045
Yxy15.90210.28400.1341
Hunter Lab39.877480.9689-74.6821
CIE-Lab46.845882.9286-63.4370

#bc02dc color RGB value is (188,2,220).

#bc02dc hex color red value is 188, green value is 2 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc02dc hue: 0.81 , saturation: 0.98 and the lightness value of bc02dc is 0.44.

The process color (four color CMYK) of #bc02dc color hex is 0.15, 0.99, 0.00, 0.14. Web safe color of #bc02dc is #cc00cc. Color #bc02dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000010 11011100
Octal 274 2 334
Decimal 188 2 220
Hex BC 2 DC

RGB Percentages of Color #bc02dc

%45.85
%0.49
%53.66

CMYK Percentages of Color #bc02dc

%15
%99
%0
%14

Triadic Colors of #bc02dc

#bc02dc #dcbc02 #02dcbc

Analogous Colors of #bc02dc

#bc02dc #dc028f #4f02dc

Monochromatic Colors of #bc02dc

#bc02dc

Complementary Color

#bc02dc #22dc02

#bc02dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc02dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc02dc Color CSS Codes

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

#bc02dc Text Font Color

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

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


#bc02dc Background Color

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

This div background color is #bc02dc


#bc02dc Border Color

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

This div border color is #bc02dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc02dc


Comments

No comments written yet.

Please login to write comment.