Color Hex Logo

#bc1785 Color Hex

#BC1785
(188,23,133)
0 Favorites   0 Comments

Color spaces of #bc1785

RGB 18823133
HSL0.890.780.41
HSV320°88°74°
CMYK 0.000.880.29   0.26
XYZ25.279112.997623.3667
Yxy12.99760.41010.2109
Hunter Lab36.052262.0695-13.1914
CIE-Lab42.759668.2727-18.4312

#bc1785 color RGB value is (188,23,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010111 10000101
Octal 274 27 205
Decimal 188 23 133
Hex BC 17 85

RGB Percentages of Color #bc1785

%54.65
%6.69
%38.66

CMYK Percentages of Color #bc1785

%0
%88
%29
%26

Triadic Colors of #bc1785

#bc1785 #85bc17 #1785bc

Analogous Colors of #bc1785

#bc1785 #bc1733 #a117bc

Monochromatic Colors of #bc1785

#bc1785

Complementary Color

#bc1785 #17bc4e

#bc1785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1785 Color CSS Codes

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

#bc1785 Text Font Color

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

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


#bc1785 Background Color

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

This div background color is #bc1785


#bc1785 Border Color

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

This div border color is #bc1785


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,23,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 #bc1785">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1785


Comments

No comments written yet.

Please login to write comment.