Color Hex Logo

#bc585f Color Hex

#BC585F
(188,88,95)
0 Favorites   0 Comments

Color spaces of #bc585f

RGB 1888895
HSL0.990.430.54
HSV356°53°74°
CMYK 0.000.530.49   0.26
XYZ26.294318.497013.0109
Yxy18.49700.45490.3200
Hunter Lab43.008133.867012.1692
CIE-Lab50.093440.909415.4445

#bc585f color RGB value is (188,88,95).

#bc585f hex color red value is 188, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc585f hue: 0.99 , saturation: 0.43 and the lightness value of bc585f is 0.54.

The process color (four color CMYK) of #bc585f color hex is 0.00, 0.53, 0.49, 0.26. Web safe color of #bc585f is #cc6666. Color #bc585f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 01011111
Octal 274 130 137
Decimal 188 88 95
Hex BC 58 5F

RGB Percentages of Color #bc585f

%50.67
%23.72
%25.61

CMYK Percentages of Color #bc585f

%0
%53
%49
%26

Triadic Colors of #bc585f

#bc585f #5fbc58 #585fbc

Analogous Colors of #bc585f

#bc585f #bc8358 #bc5891

Monochromatic Colors of #bc585f

#bc585f

Complementary Color

#bc585f #58bcb5

#bc585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc585f Color CSS Codes

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

#bc585f Text Font Color

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

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


#bc585f Background Color

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

This div background color is #bc585f


#bc585f Border Color

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

This div border color is #bc585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc585f


Comments

No comments written yet.

Please login to write comment.