Color Hex Logo

#bc1f5f Color Hex

#BC1F5F
(188,31,95)
0 Favorites   0 Comments

Color spaces of #bc1f5f

RGB 1883195
HSL0.930.720.43
HSV336°84°74°
CMYK 0.000.840.49   0.26
XYZ23.294612.497612.0110
Yxy12.49760.48730.2614
Hunter Lab35.351955.75384.6023
CIE-Lab41.996362.91844.0750

#bc1f5f color RGB value is (188,31,95).

#bc1f5f hex color red value is 188, green value is 31 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc1f5f hue: 0.93 , saturation: 0.72 and the lightness value of bc1f5f is 0.43.

The process color (four color CMYK) of #bc1f5f color hex is 0.00, 0.84, 0.49, 0.26. Web safe color of #bc1f5f is #cc3366. Color #bc1f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011111 01011111
Octal 274 37 137
Decimal 188 31 95
Hex BC 1F 5F

RGB Percentages of Color #bc1f5f

%59.87
%9.87
%30.25

CMYK Percentages of Color #bc1f5f

%0
%84
%49
%26

Triadic Colors of #bc1f5f

#bc1f5f #5fbc1f #1f5fbc

Analogous Colors of #bc1f5f

#bc1f5f #bc2d1f #bc1fae

Monochromatic Colors of #bc1f5f

#bc1f5f

Complementary Color

#bc1f5f #1fbc7c

#bc1f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1f5f Color CSS Codes

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

#bc1f5f Text Font Color

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

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


#bc1f5f Background Color

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

This div background color is #bc1f5f


#bc1f5f Border Color

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

This div border color is #bc1f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1f5f


Comments

No comments written yet.

Please login to write comment.