Color Hex Logo

#bc586d Color Hex

#BC586D
(188,88,109)
0 Favorites   0 Comments

Color spaces of #bc586d

RGB 18888109
HSL0.970.430.54
HSV347°53°74°
CMYK 0.000.530.42   0.26
XYZ26.989118.774916.6694
Yxy18.77490.43230.3007
Hunter Lab43.330035.35537.5217
CIE-Lab50.422842.33457.5304

#bc586d color RGB value is (188,88,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 01101101
Octal 274 130 155
Decimal 188 88 109
Hex BC 58 6D

RGB Percentages of Color #bc586d

%48.83
%22.86
%28.31

CMYK Percentages of Color #bc586d

%0
%53
%42
%26

Triadic Colors of #bc586d

#bc586d #6dbc58 #586dbc

Analogous Colors of #bc586d

#bc586d #bc7558 #bc589f

Monochromatic Colors of #bc586d

#bc586d

Complementary Color

#bc586d #58bca7

#bc586d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc586d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc586d Color CSS Codes

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

#bc586d Text Font Color

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

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


#bc586d Background Color

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

This div background color is #bc586d


#bc586d Border Color

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

This div border color is #bc586d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc586d


Comments

No comments written yet.

Please login to write comment.