Color Hex Logo

#bd508d Color Hex

#BD508D
(189,80,141)
0 Favorites   0 Comments

Color spaces of #bd508d

RGB 18980141
HSL0.910.450.53
HSV326°58°74°
CMYK 0.000.580.25   0.26
XYZ28.662618.479227.2555
Yxy18.47920.38530.2484
Hunter Lab42.987443.7899-7.5007
CIE-Lab50.072250.5024-12.1280

#bd508d color RGB value is (189,80,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 10001101
Octal 275 120 215
Decimal 189 80 141
Hex BD 50 8D

RGB Percentages of Color #bd508d

%46.10
%19.51
%34.39

CMYK Percentages of Color #bd508d

%0
%58
%25
%26

Triadic Colors of #bd508d

#bd508d #8dbd50 #508dbd

Analogous Colors of #bd508d

#bd508d #bd5057 #b750bd

Monochromatic Colors of #bd508d

#bd508d

Complementary Color

#bd508d #50bd80

#bd508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd508d Color CSS Codes

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

#bd508d Text Font Color

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

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


#bd508d Background Color

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

This div background color is #bd508d


#bd508d Border Color

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

This div border color is #bd508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd508d


Comments

No comments written yet.

Please login to write comment.