Color Hex Logo

#bd538d Color Hex

#BD538D
(189,83,141)
0 Favorites   0 Comments

Color spaces of #bd538d

RGB 18983141
HSL0.910.450.53
HSV327°56°74°
CMYK 0.000.560.25   0.26
XYZ28.887218.928427.3303
Yxy18.92840.38440.2519
Hunter Lab43.506842.3818-6.7903
CIE-Lab50.603349.0867-11.3276

#bd538d color RGB value is (189,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10001101
Octal 275 123 215
Decimal 189 83 141
Hex BD 53 8D

RGB Percentages of Color #bd538d

%45.76
%20.10
%34.14

CMYK Percentages of Color #bd538d

%0
%56
%25
%26

Triadic Colors of #bd538d

#bd538d #8dbd53 #538dbd

Analogous Colors of #bd538d

#bd538d #bd5358 #b853bd

Monochromatic Colors of #bd538d

#bd538d

Complementary Color

#bd538d #53bd83

#bd538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd538d Color CSS Codes

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

#bd538d Text Font Color

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

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


#bd538d Background Color

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

This div background color is #bd538d


#bd538d Border Color

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

This div border color is #bd538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd538d


Comments

No comments written yet.

Please login to write comment.