Color Hex Logo

#bc256b Color Hex

#BC256B
(188,37,107)
0 Favorites   0 Comments

Color spaces of #bc256b

RGB 18837107
HSL0.920.670.44
HSV332°80°74°
CMYK 0.000.800.43   0.26
XYZ24.054413.076015.1660
Yxy13.07600.46000.2500
Hunter Lab36.160855.45820.4460
CIE-Lab42.877562.4856-2.1603

#bc256b color RGB value is (188,37,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 01101011
Octal 274 45 153
Decimal 188 37 107
Hex BC 25 6B

RGB Percentages of Color #bc256b

%56.63
%11.14
%32.23

CMYK Percentages of Color #bc256b

%0
%80
%43
%26

Triadic Colors of #bc256b

#bc256b #6bbc25 #256bbc

Analogous Colors of #bc256b

#bc256b #bc2b25 #bc25b7

Monochromatic Colors of #bc256b

#bc256b

Complementary Color

#bc256b #25bc76

#bc256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc256b Color CSS Codes

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

#bc256b Text Font Color

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

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


#bc256b Background Color

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

This div background color is #bc256b


#bc256b Border Color

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

This div border color is #bc256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc256b


Comments

No comments written yet.

Please login to write comment.