Color Hex Logo

#bc055f Color Hex

#BC055F
(188,5,95)
0 Favorites   0 Comments

Color spaces of #bc055f

RGB 188595
HSL0.920.950.38
HSV330°97°74°
CMYK 0.000.970.49   0.26
XYZ22.858911.626111.8657
Yxy11.62610.49320.2508
Hunter Lab34.097159.99773.2352
CIE-Lab40.615666.90662.0828

#bc055f color RGB value is (188,5,95).

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

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

Base Numbers

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

RGB Percentages of Color #bc055f

%65.28
%1.74
%32.99

CMYK Percentages of Color #bc055f

%0
%97
%49
%26

Triadic Colors of #bc055f

#bc055f #5fbc05 #055fbc

Analogous Colors of #bc055f

#bc055f #bc0605 #bc05bb

Monochromatic Colors of #bc055f

#bc055f

Complementary Color

#bc055f #05bc62

#bc055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc055f Color CSS Codes

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

#bc055f Text Font Color

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

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


#bc055f Background Color

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

This div background color is #bc055f


#bc055f Border Color

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

This div border color is #bc055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc055f


Comments

No comments written yet.

Please login to write comment.