Color Hex Logo

#bc426d Color Hex

#BC426D
(188,66,109)
0 Favorites   0 Comments

Color spaces of #bc426d

RGB 18866109
HSL0.940.480.50
HSV339°65°74°
CMYK 0.000.650.42   0.26
XYZ25.447615.691916.1556
Yxy15.69190.44410.2739
Hunter Lab39.613045.34663.5485
CIE-Lab46.567652.57171.9943

#bc426d color RGB value is (188,66,109).

#bc426d hex color red value is 188, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc426d hue: 0.94 , saturation: 0.48 and the lightness value of bc426d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01101101
Octal 274 102 155
Decimal 188 66 109
Hex BC 42 6D

RGB Percentages of Color #bc426d

%51.79
%18.18
%30.03

CMYK Percentages of Color #bc426d

%0
%65
%42
%26

Triadic Colors of #bc426d

#bc426d #6dbc42 #426dbc

Analogous Colors of #bc426d

#bc426d #bc5442 #bc42aa

Monochromatic Colors of #bc426d

#bc426d

Complementary Color

#bc426d #42bc91

#bc426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc426d Color CSS Codes

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

#bc426d Text Font Color

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

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


#bc426d Background Color

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

This div background color is #bc426d


#bc426d Border Color

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

This div border color is #bc426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc426d


Comments

No comments written yet.

Please login to write comment.