Color Hex Logo

#bc13be Color Hex

#BC13BE
(188,19,190)
0 Favorites   0 Comments

Color spaces of #bc13be

RGB 18819190
HSL0.830.820.41
HSV299°90°75°
CMYK 0.010.900.00   0.25
XYZ30.266214.874849.9911
Yxy14.87480.31810.1564
Hunter Lab38.567972.5844-49.8533
CIE-Lab45.462276.5130-48.3217

#bc13be color RGB value is (188,19,190).

#bc13be hex color red value is 188, green value is 19 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc13be hue: 0.83 , saturation: 0.82 and the lightness value of bc13be is 0.41.

The process color (four color CMYK) of #bc13be color hex is 0.01, 0.90, 0.00, 0.25. Web safe color of #bc13be is #cc00cc. Color #bc13be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 10111110
Octal 274 23 276
Decimal 188 19 190
Hex BC 13 BE

RGB Percentages of Color #bc13be

%47.36
%4.79
%47.86

CMYK Percentages of Color #bc13be

%1
%90
%0
%25

Triadic Colors of #bc13be

#bc13be #bebc13 #13bebc

Analogous Colors of #bc13be

#bc13be #be136b #6713be

Monochromatic Colors of #bc13be

#bc13be

Complementary Color

#bc13be #15be13

#bc13be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc13be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc13be Color CSS Codes

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

#bc13be Text Font Color

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

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


#bc13be Background Color

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

This div background color is #bc13be


#bc13be Border Color

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

This div border color is #bc13be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc13be

#bc13be Color Palettes


Comments

No comments written yet.

Please login to write comment.