Color Hex Logo

#bc1876 Color Hex

#BC1876
(188,24,118)
0 Favorites   0 Comments

Color spaces of #bc1876

RGB 18824118
HSL0.900.770.42
HSV326°87°74°
CMYK 0.000.870.37   0.26
XYZ24.335712.652618.2991
Yxy12.65260.44020.2289
Hunter Lab35.570559.8731-5.6022
CIE-Lab42.235166.4829-9.9653

#bc1876 color RGB value is (188,24,118).

#bc1876 hex color red value is 188, green value is 24 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bc1876 hue: 0.90 , saturation: 0.77 and the lightness value of bc1876 is 0.42.

The process color (four color CMYK) of #bc1876 color hex is 0.00, 0.87, 0.37, 0.26. Web safe color of #bc1876 is #cc0066. Color #bc1876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 01110110
Octal 274 30 166
Decimal 188 24 118
Hex BC 18 76

RGB Percentages of Color #bc1876

%56.97
%7.27
%35.76

CMYK Percentages of Color #bc1876

%0
%87
%37
%26

Triadic Colors of #bc1876

#bc1876 #76bc18 #1876bc

Analogous Colors of #bc1876

#bc1876 #bc1824 #b018bc

Monochromatic Colors of #bc1876

#bc1876

Complementary Color

#bc1876 #18bc5e

#bc1876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1876 Color CSS Codes

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

#bc1876 Text Font Color

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

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


#bc1876 Background Color

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

This div background color is #bc1876


#bc1876 Border Color

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

This div border color is #bc1876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1876


Comments

No comments written yet.

Please login to write comment.