Color Hex Logo

#bc256c Color Hex

#BC256C
(188,37,108)
0 Favorites   0 Comments

Color spaces of #bc256c

RGB 18837108
HSL0.920.670.44
HSV332°80°74°
CMYK 0.000.800.43   0.26
XYZ24.107413.097215.4448
Yxy13.09720.45790.2488
Hunter Lab36.190155.57220.0299
CIE-Lab42.909362.5806-2.7369

#bc256c color RGB value is (188,37,108).

#bc256c hex color red value is 188, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bc256c hue: 0.92 , saturation: 0.67 and the lightness value of bc256c is 0.44.

The process color (four color CMYK) of #bc256c color hex is 0.00, 0.80, 0.43, 0.26. Web safe color of #bc256c is #cc3366. Color #bc256c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 01101100
Octal 274 45 154
Decimal 188 37 108
Hex BC 25 6C

RGB Percentages of Color #bc256c

%56.46
%11.11
%32.43

CMYK Percentages of Color #bc256c

%0
%80
%43
%26

Triadic Colors of #bc256c

#bc256c #6cbc25 #256cbc

Analogous Colors of #bc256c

#bc256c #bc2a25 #bc25b8

Monochromatic Colors of #bc256c

#bc256c

Complementary Color

#bc256c #25bc75

#bc256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc256c Color CSS Codes

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

#bc256c Text Font Color

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

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


#bc256c Background Color

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

This div background color is #bc256c


#bc256c Border Color

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

This div border color is #bc256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc256c


Comments

No comments written yet.

Please login to write comment.