Color Hex Logo

#bc387e Color Hex

#BC387E
(188,56,126)
0 Favorites   0 Comments

Color spaces of #bc387e

RGB 18856126
HSL0.910.540.48
HSV328°70°74°
CMYK 0.000.700.33   0.26
XYZ25.919115.026121.2729
Yxy15.02610.41660.2415
Hunter Lab38.763551.5173-5.4031
CIE-Lab45.669958.4193-9.7244

#bc387e color RGB value is (188,56,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 01111110
Octal 274 70 176
Decimal 188 56 126
Hex BC 38 7E

RGB Percentages of Color #bc387e

%50.81
%15.14
%34.05

CMYK Percentages of Color #bc387e

%0
%70
%33
%26

Triadic Colors of #bc387e

#bc387e #7ebc38 #387ebc

Analogous Colors of #bc387e

#bc387e #bc383c #b838bc

Monochromatic Colors of #bc387e

#bc387e

Complementary Color

#bc387e #38bc76

#bc387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc387e Color CSS Codes

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

#bc387e Text Font Color

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

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


#bc387e Background Color

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

This div background color is #bc387e


#bc387e Border Color

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

This div border color is #bc387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc387e


Comments

No comments written yet.

Please login to write comment.