Color Hex Logo

#bc1485 Color Hex

#BC1485
(188,20,133)
0 Favorites   0 Comments

Color spaces of #bc1485

RGB 18820133
HSL0.890.810.41
HSV320°89°74°
CMYK 0.000.890.29   0.26
XYZ25.222812.885123.3480
Yxy12.88510.41040.2097
Hunter Lab35.895862.6083-13.4374
CIE-Lab42.589668.7667-18.6924

#bc1485 color RGB value is (188,20,133).

#bc1485 hex color red value is 188, green value is 20 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bc1485 hue: 0.89 , saturation: 0.81 and the lightness value of bc1485 is 0.41.

The process color (four color CMYK) of #bc1485 color hex is 0.00, 0.89, 0.29, 0.26. Web safe color of #bc1485 is #cc0099. Color #bc1485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 10000101
Octal 274 24 205
Decimal 188 20 133
Hex BC 14 85

RGB Percentages of Color #bc1485

%55.13
%5.87
%39.00

CMYK Percentages of Color #bc1485

%0
%89
%29
%26

Triadic Colors of #bc1485

#bc1485 #85bc14 #1485bc

Analogous Colors of #bc1485

#bc1485 #bc1431 #9f14bc

Monochromatic Colors of #bc1485

#bc1485

Complementary Color

#bc1485 #14bc4b

#bc1485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1485 Color CSS Codes

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

#bc1485 Text Font Color

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

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


#bc1485 Background Color

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

This div background color is #bc1485


#bc1485 Border Color

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

This div border color is #bc1485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1485


Comments

No comments written yet.

Please login to write comment.