Color Hex Logo

#bc1282 Color Hex

#BC1282
(188,18,130)
0 Favorites   0 Comments

Color spaces of #bc1282

RGB 18818130
HSL0.890.830.40
HSV320°90°74°
CMYK 0.000.900.31   0.26
XYZ24.984612.735722.2605
Yxy12.73570.41650.2123
Hunter Lab35.687162.5157-12.0023
CIE-Lab42.362368.7318-17.1961

#bc1282 color RGB value is (188,18,130).

#bc1282 hex color red value is 188, green value is 18 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bc1282 hue: 0.89 , saturation: 0.83 and the lightness value of bc1282 is 0.40.

The process color (four color CMYK) of #bc1282 color hex is 0.00, 0.90, 0.31, 0.26. Web safe color of #bc1282 is #cc0099. Color #bc1282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 10000010
Octal 274 22 202
Decimal 188 18 130
Hex BC 12 82

RGB Percentages of Color #bc1282

%55.95
%5.36
%38.69

CMYK Percentages of Color #bc1282

%0
%90
%31
%26

Triadic Colors of #bc1282

#bc1282 #82bc12 #1282bc

Analogous Colors of #bc1282

#bc1282 #bc122d #a112bc

Monochromatic Colors of #bc1282

#bc1282

Complementary Color

#bc1282 #12bc4c

#bc1282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1282 Color CSS Codes

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

#bc1282 Text Font Color

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

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


#bc1282 Background Color

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

This div background color is #bc1282


#bc1282 Border Color

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

This div border color is #bc1282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1282


Comments

No comments written yet.

Please login to write comment.