Color Hex Logo

#bc336d Color Hex

#BC336D
(188,51,109)
0 Favorites   0 Comments

Color spaces of #bc336d

RGB 18851109
HSL0.930.570.47
HSV335°73°74°
CMYK 0.000.730.42   0.26
XYZ24.683214.163115.9008
Yxy14.16310.45090.2587
Hunter Lab37.633951.21471.2929
CIE-Lab44.465958.3712-1.0697

#bc336d color RGB value is (188,51,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 01101101
Octal 274 63 155
Decimal 188 51 109
Hex BC 33 6D

RGB Percentages of Color #bc336d

%54.02
%14.66
%31.32

CMYK Percentages of Color #bc336d

%0
%73
%42
%26

Triadic Colors of #bc336d

#bc336d #6dbc33 #336dbc

Analogous Colors of #bc336d

#bc336d #bc3e33 #bc33b2

Monochromatic Colors of #bc336d

#bc336d

Complementary Color

#bc336d #33bc82

#bc336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc336d Color CSS Codes

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

#bc336d Text Font Color

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

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


#bc336d Background Color

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

This div background color is #bc336d


#bc336d Border Color

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

This div border color is #bc336d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc336d


Comments

No comments written yet.

Please login to write comment.