Color Hex Logo

#bc426c Color Hex

#BC426C
(188,66,108)
0 Favorites   0 Comments

Color spaces of #bc426c

RGB 18866108
HSL0.940.480.50
HSV339°65°74°
CMYK 0.000.650.43   0.26
XYZ25.394015.670515.8737
Yxy15.67050.44600.2752
Hunter Lab39.586045.23043.9353
CIE-Lab46.539252.46792.5647

#bc426c color RGB value is (188,66,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01101100
Octal 274 102 154
Decimal 188 66 108
Hex BC 42 6C

RGB Percentages of Color #bc426c

%51.93
%18.23
%29.83

CMYK Percentages of Color #bc426c

%0
%65
%43
%26

Triadic Colors of #bc426c

#bc426c #6cbc42 #426cbc

Analogous Colors of #bc426c

#bc426c #bc5542 #bc42a9

Monochromatic Colors of #bc426c

#bc426c

Complementary Color

#bc426c #42bc92

#bc426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc426c Color CSS Codes

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

#bc426c Text Font Color

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

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


#bc426c Background Color

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

This div background color is #bc426c


#bc426c Border Color

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

This div border color is #bc426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc426c


Comments

No comments written yet.

Please login to write comment.