Color Hex Logo

#bd586c Color Hex

#BD586C
(189,88,108)
0 Favorites   0 Comments

Color spaces of #bd586c

RGB 18988108
HSL0.970.430.54
HSV348°53°74°
CMYK 0.000.530.43   0.26
XYZ27.182818.881016.3991
Yxy18.88100.43520.3023
Hunter Lab43.452335.62438.0403
CIE-Lab50.547742.58058.3272

#bd586c color RGB value is (189,88,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 01101100
Octal 275 130 154
Decimal 189 88 108
Hex BD 58 6C

RGB Percentages of Color #bd586c

%49.09
%22.86
%28.05

CMYK Percentages of Color #bd586c

%0
%53
%43
%26

Triadic Colors of #bd586c

#bd586c #6cbd58 #586cbd

Analogous Colors of #bd586c

#bd586c #bd7758 #bd589f

Monochromatic Colors of #bd586c

#bd586c

Complementary Color

#bd586c #58bda9

#bd586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd586c Color CSS Codes

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

#bd586c Text Font Color

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

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


#bd586c Background Color

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

This div background color is #bd586c


#bd586c Border Color

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

This div border color is #bd586c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd586c


Comments

No comments written yet.

Please login to write comment.