Color Hex Logo

#bc397f Color Hex

#BC397F
(188,57,127)
0 Favorites   0 Comments

Color spaces of #bc397f

RGB 18857127
HSL0.910.530.48
HSV328°70°74°
CMYK 0.000.700.32   0.26
XYZ26.032915.149921.6308
Yxy15.14990.41440.2412
Hunter Lab38.922951.2717-5.7035
CIE-Lab45.838858.1651-10.0804

#bc397f color RGB value is (188,57,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 01111111
Octal 274 71 177
Decimal 188 57 127
Hex BC 39 7F

RGB Percentages of Color #bc397f

%50.54
%15.32
%34.14

CMYK Percentages of Color #bc397f

%0
%70
%32
%26

Triadic Colors of #bc397f

#bc397f #7fbc39 #397fbc

Analogous Colors of #bc397f

#bc397f #bc393e #b839bc

Monochromatic Colors of #bc397f

#bc397f

Complementary Color

#bc397f #39bc76

#bc397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc397f Color CSS Codes

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

#bc397f Text Font Color

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

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


#bc397f Background Color

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

This div background color is #bc397f


#bc397f Border Color

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

This div border color is #bc397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc397f


Comments

No comments written yet.

Please login to write comment.