Color Hex Logo

#bd546d Color Hex

#BD546D
(189,84,109)
0 Favorites   0 Comments

Color spaces of #bd546d

RGB 18984109
HSL0.960.440.54
HSV346°56°74°
CMYK 0.000.560.42   0.26
XYZ26.916918.263616.5745
Yxy18.26360.43590.2957
Hunter Lab42.735937.63906.9204
CIE-Lab49.814344.66416.6846

#bd546d color RGB value is (189,84,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 01101101
Octal 275 124 155
Decimal 189 84 109
Hex BD 54 6D

RGB Percentages of Color #bd546d

%49.48
%21.99
%28.53

CMYK Percentages of Color #bd546d

%0
%56
%42
%26

Triadic Colors of #bd546d

#bd546d #6dbd54 #546dbd

Analogous Colors of #bd546d

#bd546d #bd7054 #bd54a2

Monochromatic Colors of #bd546d

#bd546d

Complementary Color

#bd546d #54bda4

#bd546d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd546d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd546d Color CSS Codes

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

#bd546d Text Font Color

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

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


#bd546d Background Color

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

This div background color is #bd546d


#bd546d Border Color

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

This div border color is #bd546d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,84,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 #bd546d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd546d


Comments

No comments written yet.

Please login to write comment.