Color Hex Logo

#bc465f Color Hex

#BC465F
(188,70,95)
0 Favorites   0 Comments

Color spaces of #bc465f

RGB 1887095
HSL0.960.470.51
HSV347°63°74°
CMYK 0.000.630.49   0.26
XYZ24.994815.897912.5777
Yxy15.89790.46750.2973
Hunter Lab39.872242.12069.2075
CIE-Lab46.840349.473810.9412

#bc465f color RGB value is (188,70,95).

#bc465f hex color red value is 188, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc465f hue: 0.96 , saturation: 0.47 and the lightness value of bc465f is 0.51.

The process color (four color CMYK) of #bc465f color hex is 0.00, 0.63, 0.49, 0.26. Web safe color of #bc465f is #cc3366. Color #bc465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 01011111
Octal 274 106 137
Decimal 188 70 95
Hex BC 46 5F

RGB Percentages of Color #bc465f

%53.26
%19.83
%26.91

CMYK Percentages of Color #bc465f

%0
%63
%49
%26

Triadic Colors of #bc465f

#bc465f #5fbc46 #465fbc

Analogous Colors of #bc465f

#bc465f #bc6846 #bc469a

Monochromatic Colors of #bc465f

#bc465f

Complementary Color

#bc465f #46bca3

#bc465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc465f Color CSS Codes

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

#bc465f Text Font Color

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

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


#bc465f Background Color

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

This div background color is #bc465f


#bc465f Border Color

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

This div border color is #bc465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc465f


Comments

No comments written yet.

Please login to write comment.