Color Hex Logo

#bc15de Color Hex

#BC15DE
(188,21,222)
0 Favorites   0 Comments

Color spaces of #bc15de

RGB 18821222
HSL0.810.830.48
HSV290°91°87°
CMYK 0.150.910.00   0.13
XYZ34.192016.501670.4903
Yxy16.50160.28210.1362
Hunter Lab40.622279.1561-74.4485
CIE-Lab47.625881.3538-63.3164

#bc15de color RGB value is (188,21,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 11011110
Octal 274 25 336
Decimal 188 21 222
Hex BC 15 DE

RGB Percentages of Color #bc15de

%43.62
%4.87
%51.51

CMYK Percentages of Color #bc15de

%15
%91
%0
%13

Triadic Colors of #bc15de

#bc15de #debc15 #15debc

Analogous Colors of #bc15de

#bc15de #de159c #5815de

Monochromatic Colors of #bc15de

#bc15de

Complementary Color

#bc15de #37de15

#bc15de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc15de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc15de Color CSS Codes

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

#bc15de Text Font Color

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

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


#bc15de Background Color

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

This div background color is #bc15de


#bc15de Border Color

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

This div border color is #bc15de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc15de


Comments

No comments written yet.

Please login to write comment.