Color Hex Logo

#bd557d Color Hex

#BD557D
(189,85,125)
0 Favorites   0 Comments

Color spaces of #bd557d

RGB 18985125
HSL0.940.440.54
HSV337°55°74°
CMYK 0.000.550.34   0.26
XYZ27.936418.796521.5577
Yxy18.79650.40910.2752
Hunter Lab43.354939.14800.8672
CIE-Lab50.448346.0256-2.0015

#bd557d color RGB value is (189,85,125).

#bd557d hex color red value is 189, green value is 85 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd557d hue: 0.94 , saturation: 0.44 and the lightness value of bd557d is 0.54.

The process color (four color CMYK) of #bd557d color hex is 0.00, 0.55, 0.34, 0.26. Web safe color of #bd557d is #cc6666. Color #bd557d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 01111101
Octal 275 125 175
Decimal 189 85 125
Hex BD 55 7D

RGB Percentages of Color #bd557d

%47.37
%21.30
%31.33

CMYK Percentages of Color #bd557d

%0
%55
%34
%26

Triadic Colors of #bd557d

#bd557d #7dbd55 #557dbd

Analogous Colors of #bd557d

#bd557d #bd6155 #bd55b1

Monochromatic Colors of #bd557d

#bd557d

Complementary Color

#bd557d #55bd95

#bd557d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd557d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd557d Color CSS Codes

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

#bd557d Text Font Color

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

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


#bd557d Background Color

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

This div background color is #bd557d


#bd557d Border Color

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

This div border color is #bd557d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd557d


Comments

No comments written yet.

Please login to write comment.