Color Hex Logo

#bc13dd Color Hex

#BC13DD
(188,19,221)
0 Favorites   0 Comments

Color spaces of #bc13dd

RGB 18819221
HSL0.810.840.47
HSV290°91°87°
CMYK 0.150.910.00   0.13
XYZ34.023116.377669.7746
Yxy16.37760.28310.1363
Hunter Lab40.469279.2464-73.8957
CIE-Lab47.466081.4559-63.0043

#bc13dd color RGB value is (188,19,221).

#bc13dd hex color red value is 188, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc13dd hue: 0.81 , saturation: 0.84 and the lightness value of bc13dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 11011101
Octal 274 23 335
Decimal 188 19 221
Hex BC 13 DD

RGB Percentages of Color #bc13dd

%43.93
%4.44
%51.64

CMYK Percentages of Color #bc13dd

%15
%91
%0
%13

Triadic Colors of #bc13dd

#bc13dd #ddbc13 #13ddbc

Analogous Colors of #bc13dd

#bc13dd #dd1399 #5713dd

Monochromatic Colors of #bc13dd

#bc13dd

Complementary Color

#bc13dd #34dd13

#bc13dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc13dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc13dd Color CSS Codes

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

#bc13dd Text Font Color

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

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


#bc13dd Background Color

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

This div background color is #bc13dd


#bc13dd Border Color

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

This div border color is #bc13dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc13dd


Comments

No comments written yet.

Please login to write comment.