Color Hex Logo

#bc427e Color Hex

#BC427E
(188,66,126)
0 Favorites   0 Comments

Color spaces of #bc427e

RGB 18866126
HSL0.920.480.50
HSV330°65°74°
CMYK 0.000.650.33   0.26
XYZ26.453116.094221.4509
Yxy16.09420.41330.2515
Hunter Lab40.117647.4952-3.6201
CIE-Lab47.097854.4761-7.5853

#bc427e color RGB value is (188,66,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01111110
Octal 274 102 176
Decimal 188 66 126
Hex BC 42 7E

RGB Percentages of Color #bc427e

%49.47
%17.37
%33.16

CMYK Percentages of Color #bc427e

%0
%65
%33
%26

Triadic Colors of #bc427e

#bc427e #7ebc42 #427ebc

Analogous Colors of #bc427e

#bc427e #bc4342 #bc42bb

Monochromatic Colors of #bc427e

#bc427e

Complementary Color

#bc427e #42bc80

#bc427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc427e Color CSS Codes

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

#bc427e Text Font Color

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

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


#bc427e Background Color

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

This div background color is #bc427e


#bc427e Border Color

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

This div border color is #bc427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc427e


Comments

No comments written yet.

Please login to write comment.