Color Hex Logo

#bc12df Color Hex

#BC12DF
(188,18,223)
0 Favorites   0 Comments

Color spaces of #bc12df

RGB 18818223
HSL0.800.850.47
HSV290°92°87°
CMYK 0.160.920.00   0.13
XYZ34.274616.451771.1811
Yxy16.45170.28120.1350
Hunter Lab40.560779.8549-75.6572
CIE-Lab47.561681.9166-63.9904

#bc12df color RGB value is (188,18,223).

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

The process color (four color CMYK) of #bc12df color hex is 0.16, 0.92, 0.00, 0.13. Web safe color of #bc12df is #cc00cc. Color #bc12df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 11011111
Octal 274 22 337
Decimal 188 18 223
Hex BC 12 DF

RGB Percentages of Color #bc12df

%43.82
%4.20
%51.98

CMYK Percentages of Color #bc12df

%16
%92
%0
%13

Triadic Colors of #bc12df

#bc12df #dfbc12 #12dfbc

Analogous Colors of #bc12df

#bc12df #df129c #5612df

Monochromatic Colors of #bc12df

#bc12df

Complementary Color

#bc12df #35df12

#bc12df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc12df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc12df Color CSS Codes

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

#bc12df Text Font Color

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

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


#bc12df Background Color

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

This div background color is #bc12df


#bc12df Border Color

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

This div border color is #bc12df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc12df


Comments

No comments written yet.

Please login to write comment.