Color Hex Logo

#bc12da Color Hex

#BC12DA
(188,18,218)
0 Favorites   0 Comments

Color spaces of #bc12da

RGB 18818218
HSL0.810.850.46
HSV291°92°85°
CMYK 0.140.920.00   0.15
XYZ33.610216.185967.6824
Yxy16.18590.28610.1378
Hunter Lab40.231778.7162-71.5823
CIE-Lab47.217481.0855-61.6920

#bc12da color RGB value is (188,18,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 11011010
Octal 274 22 332
Decimal 188 18 218
Hex BC 12 DA

RGB Percentages of Color #bc12da

%44.34
%4.25
%51.42

CMYK Percentages of Color #bc12da

%14
%92
%0
%15

Triadic Colors of #bc12da

#bc12da #dabc12 #12dabc

Analogous Colors of #bc12da

#bc12da #da1294 #5812da

Monochromatic Colors of #bc12da

#bc12da

Complementary Color

#bc12da #30da12

#bc12da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc12da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc12da Color CSS Codes

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

#bc12da Text Font Color

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

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


#bc12da Background Color

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

This div background color is #bc12da


#bc12da Border Color

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

This div border color is #bc12da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc12da


Comments

No comments written yet.

Please login to write comment.