Color Hex Logo

#bd547d Color Hex

#BD547D
(189,84,125)
0 Favorites   0 Comments

Color spaces of #bd547d

RGB 18984125
HSL0.930.440.54
HSV337°56°74°
CMYK 0.000.560.34   0.26
XYZ27.858318.640121.5316
Yxy18.64010.40950.2740
Hunter Lab43.174239.62300.6531
CIE-Lab50.263546.5121-2.2731

#bd547d color RGB value is (189,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 01111101
Octal 275 124 175
Decimal 189 84 125
Hex BD 54 7D

RGB Percentages of Color #bd547d

%47.49
%21.11
%31.41

CMYK Percentages of Color #bd547d

%0
%56
%34
%26

Triadic Colors of #bd547d

#bd547d #7dbd54 #547dbd

Analogous Colors of #bd547d

#bd547d #bd6054 #bd54b2

Monochromatic Colors of #bd547d

#bd547d

Complementary Color

#bd547d #54bd94

#bd547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd547d Color CSS Codes

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

#bd547d Text Font Color

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

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


#bd547d Background Color

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

This div background color is #bd547d


#bd547d Border Color

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

This div border color is #bd547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd547d


Comments

No comments written yet.

Please login to write comment.