Color Hex Logo

#bc015f Color Hex

#BC015F
(188,1,95)
0 Favorites   0 Comments

Color spaces of #bc015f

RGB 188195
HSL0.920.990.37
HSV330°99°74°
CMYK 0.000.990.49   0.26
XYZ22.815511.539311.8513
Yxy11.53930.49380.2497
Hunter Lab33.969560.44213.0936
CIE-Lab40.474367.31851.8779

#bc015f color RGB value is (188,1,95).

#bc015f hex color red value is 188, green value is 1 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc015f hue: 0.92 , saturation: 0.99 and the lightness value of bc015f is 0.37.

The process color (four color CMYK) of #bc015f color hex is 0.00, 0.99, 0.49, 0.26. Web safe color of #bc015f is #cc0066. Color #bc015f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 01011111
Octal 274 1 137
Decimal 188 1 95
Hex BC 1 5F

RGB Percentages of Color #bc015f

%66.20
%0.35
%33.45

CMYK Percentages of Color #bc015f

%0
%99
%49
%26

Triadic Colors of #bc015f

#bc015f #5fbc01 #015fbc

Analogous Colors of #bc015f

#bc015f #bc0101 #bc01bc

Monochromatic Colors of #bc015f

#bc015f

Complementary Color

#bc015f #01bc5e

#bc015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc015f Color CSS Codes

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

#bc015f Text Font Color

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

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


#bc015f Background Color

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

This div background color is #bc015f


#bc015f Border Color

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

This div border color is #bc015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc015f


Comments

No comments written yet.

Please login to write comment.