Color Hex Logo

#bd548b Color Hex

#BD548B
(189,84,139)
0 Favorites   0 Comments

Color spaces of #bd548b

RGB 18984139
HSL0.910.440.54
HSV329°56°74°
CMYK 0.000.560.26   0.26
XYZ28.816819.023526.5792
Yxy19.02350.38720.2556
Hunter Lab43.615941.6060-5.5997
CIE-Lab50.714748.3334-9.9691

#bd548b color RGB value is (189,84,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10001011
Octal 275 124 213
Decimal 189 84 139
Hex BD 54 8B

RGB Percentages of Color #bd548b

%45.87
%20.39
%33.74

CMYK Percentages of Color #bd548b

%0
%56
%26
%26

Triadic Colors of #bd548b

#bd548b #8bbd54 #548bbd

Analogous Colors of #bd548b

#bd548b #bd5456 #bb54bd

Monochromatic Colors of #bd548b

#bd548b

Complementary Color

#bd548b #54bd86

#bd548b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd548b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd548b Color CSS Codes

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

#bd548b Text Font Color

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

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


#bd548b Background Color

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

This div background color is #bd548b


#bd548b Border Color

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

This div border color is #bd548b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd548b


Comments

No comments written yet.

Please login to write comment.