Color Hex Logo

#bc1675 Color Hex

#BC1675
(188,22,117)
0 Favorites   0 Comments

Color spaces of #bc1675

RGB 18822117
HSL0.900.790.41
HSV326°88°74°
CMYK 0.000.880.38   0.26
XYZ24.236812.549517.9745
Yxy12.54950.44260.2292
Hunter Lab35.425360.1296-5.2856
CIE-Lab42.076566.7359-9.5822

#bc1675 color RGB value is (188,22,117).

#bc1675 hex color red value is 188, green value is 22 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bc1675 hue: 0.90 , saturation: 0.79 and the lightness value of bc1675 is 0.41.

The process color (four color CMYK) of #bc1675 color hex is 0.00, 0.88, 0.38, 0.26. Web safe color of #bc1675 is #cc0066. Color #bc1675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 01110101
Octal 274 26 165
Decimal 188 22 117
Hex BC 16 75

RGB Percentages of Color #bc1675

%57.49
%6.73
%35.78

CMYK Percentages of Color #bc1675

%0
%88
%38
%26

Triadic Colors of #bc1675

#bc1675 #75bc16 #1675bc

Analogous Colors of #bc1675

#bc1675 #bc1622 #b016bc

Monochromatic Colors of #bc1675

#bc1675

Complementary Color

#bc1675 #16bc5d

#bc1675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1675 Color CSS Codes

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

#bc1675 Text Font Color

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

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


#bc1675 Background Color

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

This div background color is #bc1675


#bc1675 Border Color

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

This div border color is #bc1675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1675


Comments

No comments written yet.

Please login to write comment.