Color Hex Logo

#bc526f Color Hex

#BC526F
(188,82,111)
0 Favorites   0 Comments

Color spaces of #bc526f

RGB 18882111
HSL0.950.440.53
HSV344°56°74°
CMYK 0.000.560.41   0.26
XYZ26.625617.873617.0856
Yxy17.87360.43230.2902
Hunter Lab42.277238.43185.6330
CIE-Lab49.342445.50924.7846

#bc526f color RGB value is (188,82,111).

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

The process color (four color CMYK) of #bc526f color hex is 0.00, 0.56, 0.41, 0.26. Web safe color of #bc526f is #cc6666. Color #bc526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 01101111
Octal 274 122 157
Decimal 188 82 111
Hex BC 52 6F

RGB Percentages of Color #bc526f

%49.34
%21.52
%29.13

CMYK Percentages of Color #bc526f

%0
%56
%41
%26

Triadic Colors of #bc526f

#bc526f #6fbc52 #526fbc

Analogous Colors of #bc526f

#bc526f #bc6a52 #bc52a4

Monochromatic Colors of #bc526f

#bc526f

Complementary Color

#bc526f #52bc9f

#bc526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc526f Color CSS Codes

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

#bc526f Text Font Color

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

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


#bc526f Background Color

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

This div background color is #bc526f


#bc526f Border Color

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

This div border color is #bc526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc526f


Comments

No comments written yet.

Please login to write comment.