Color Hex Logo

#bd509f Color Hex

#BD509F
(189,80,159)
0 Favorites   0 Comments

Color spaces of #bd509f

RGB 18980159
HSL0.880.450.53
HSV317°58°74°
CMYK 0.000.580.16   0.26
XYZ30.112919.059334.8926
Yxy19.05930.35820.2267
Hunter Lab43.657046.7228-16.8274
CIE-Lab50.756553.1154-21.7661

#bd509f color RGB value is (189,80,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 10011111
Octal 275 120 237
Decimal 189 80 159
Hex BD 50 9F

RGB Percentages of Color #bd509f

%44.16
%18.69
%37.15

CMYK Percentages of Color #bd509f

%0
%58
%16
%26

Triadic Colors of #bd509f

#bd509f #9fbd50 #509fbd

Analogous Colors of #bd509f

#bd509f #bd5069 #a550bd

Monochromatic Colors of #bd509f

#bd509f

Complementary Color

#bd509f #50bd6e

#bd509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd509f Color CSS Codes

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

#bd509f Text Font Color

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

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


#bd509f Background Color

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

This div background color is #bd509f


#bd509f Border Color

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

This div border color is #bd509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd509f


Comments

No comments written yet.

Please login to write comment.