Color Hex Logo

#bd548d Color Hex

#BD548D
(189,84,141)
0 Favorites   0 Comments

Color spaces of #bd548d

RGB 18984141
HSL0.910.440.54
HSV327°56°74°
CMYK 0.000.560.25   0.26
XYZ28.964319.082627.3560
Yxy19.08260.38410.2531
Hunter Lab43.683641.9075-6.5506
CIE-Lab50.783748.6081-11.0561

#bd548d color RGB value is (189,84,141).

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

The process color (four color CMYK) of #bd548d color hex is 0.00, 0.56, 0.25, 0.26. Web safe color of #bd548d is #cc6699. Color #bd548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10001101
Octal 275 124 215
Decimal 189 84 141
Hex BD 54 8D

RGB Percentages of Color #bd548d

%45.65
%20.29
%34.06

CMYK Percentages of Color #bd548d

%0
%56
%25
%26

Triadic Colors of #bd548d

#bd548d #8dbd54 #548dbd

Analogous Colors of #bd548d

#bd548d #bd5458 #b954bd

Monochromatic Colors of #bd548d

#bd548d

Complementary Color

#bd548d #54bd84

#bd548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd548d Color CSS Codes

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

#bd548d Text Font Color

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

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


#bd548d Background Color

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

This div background color is #bd548d


#bd548d Border Color

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

This div border color is #bd548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd548d


Comments

No comments written yet.

Please login to write comment.