Color Hex Logo

#bc337e Color Hex

#BC337E
(188,51,126)
0 Favorites   0 Comments

Color spaces of #bc337e

RGB 18851126
HSL0.910.570.47
HSV327°73°74°
CMYK 0.000.730.33   0.26
XYZ25.688814.565421.1961
Yxy14.56540.41800.2370
Hunter Lab38.164653.3611-6.2136
CIE-Lab45.033160.2010-10.6826

#bc337e color RGB value is (188,51,126).

#bc337e hex color red value is 188, green value is 51 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc337e hue: 0.91 , saturation: 0.57 and the lightness value of bc337e is 0.47.

The process color (four color CMYK) of #bc337e color hex is 0.00, 0.73, 0.33, 0.26. Web safe color of #bc337e is #cc3366. Color #bc337e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 01111110
Octal 274 63 176
Decimal 188 51 126
Hex BC 33 7E

RGB Percentages of Color #bc337e

%51.51
%13.97
%34.52

CMYK Percentages of Color #bc337e

%0
%73
%33
%26

Triadic Colors of #bc337e

#bc337e #7ebc33 #337ebc

Analogous Colors of #bc337e

#bc337e #bc333a #b633bc

Monochromatic Colors of #bc337e

#bc337e

Complementary Color

#bc337e #33bc71

#bc337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc337e Color CSS Codes

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

#bc337e Text Font Color

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

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


#bc337e Background Color

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

This div background color is #bc337e


#bc337e Border Color

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

This div border color is #bc337e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc337e


Comments

No comments written yet.

Please login to write comment.