Color Hex Logo

#bc5169 Color Hex

#BC5169
(188,81,105)
0 Favorites   0 Comments

Color spaces of #bc5169

RGB 18881105
HSL0.960.440.53
HSV347°57°74°
CMYK 0.000.570.44   0.26
XYZ26.231317.596115.3785
Yxy17.59610.44310.2972
Hunter Lab41.947738.21357.6270
CIE-Lab49.002545.35147.9180

#bc5169 color RGB value is (188,81,105).

#bc5169 hex color red value is 188, green value is 81 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bc5169 hue: 0.96 , saturation: 0.44 and the lightness value of bc5169 is 0.53.

The process color (four color CMYK) of #bc5169 color hex is 0.00, 0.57, 0.44, 0.26. Web safe color of #bc5169 is #cc6666. Color #bc5169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01101001
Octal 274 121 151
Decimal 188 81 105
Hex BC 51 69

RGB Percentages of Color #bc5169

%50.27
%21.66
%28.07

CMYK Percentages of Color #bc5169

%0
%57
%44
%26

Triadic Colors of #bc5169

#bc5169 #69bc51 #5169bc

Analogous Colors of #bc5169

#bc5169 #bc6f51 #bc519f

Monochromatic Colors of #bc5169

#bc5169

Complementary Color

#bc5169 #51bca4

#bc5169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5169 Color CSS Codes

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

#bc5169 Text Font Color

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

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


#bc5169 Background Color

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

This div background color is #bc5169


#bc5169 Border Color

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

This div border color is #bc5169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5169


Comments

No comments written yet.

Please login to write comment.